Interface IUiSelectable
Interface for a UI component that can be selected.
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiSelectable : IComponent, IFoundationSettings
Properties
SelectableActions
Gets or sets the actions for the selectable UI component.
Declaration
IUiSelectableActions SelectableActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IUiSelectableActions | The actions for the selectable UI component. |
SelectableParameters
Gets or sets the parameters for the selectable UI component.
Declaration
IUiSelectableParameters SelectableParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| IUiSelectableParameters | The parameters for the selectable UI component. |
Methods
GetSelectedValue()
Gets the currently selected value as a KeyValuePair.
Declaration
ConfigurationEntry GetSelectedValue()
Returns
| Type | Description |
|---|---|
| ConfigurationEntry | The currently selected value as a KeyValuePair. |