Interface IUiEditable
Interface for a UI component that can be edited.
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. |