Interface IUiToggleableParameters
Interface for UI toggleable component parameters.
Namespace: Serenity.Ui.Application.Interfaces.Components
Assembly: Serenity.Ui.Application.dll
Syntax
public interface IUiToggleableParameters : IComponentParameters, IFoundationSettings
Properties
Value
Gets or sets the value of the UI component.
Declaration
bool Value { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | The current value of the UI component. |