ICommandUIState.Checked Property
Gets or sets the checked state of the command.
Namespace: DevExpress.Utils.Commands
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the command state is checked; otherwise, false. |
Remarks
The Checked state is used for a command that toggles a certain characteristic of a command target. It indicates whether the command should apply to one target characteristic or another.
See Also