logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IUiEditable

    Interface for a UI component that can be edited.

    Inherited Members
    IUiSubmittable.Submit()
    IUiSubmittable.SubmittableActions
    Namespace: Serenity.Ui.Application.Interfaces.Components
    Assembly: Serenity.Ui.Application.dll
    Syntax
    public interface IUiEditable : IUiSubmittable, IComponent, IFoundationSettings

    Properties

    EditableActions

    Gets or sets the actions to be performed for editable UI components.

    Declaration
    IUiEditableActions EditableActions { get; set; }
    Property Value
    Type Description
    IUiEditableActions

    The actions to be performed for editable UI components.

    EditableParameters

    Gets or sets the parameters for editable UI components.

    Declaration
    IUiEditableParameters EditableParameters { get; set; }
    Property Value
    Type Description
    IUiEditableParameters

    The parameters for editable UI components.

    In this article
    © 2026 Serenity. All Rights Reserved