Back to Devexpress

ICommandUIState.Checked Property

corelibraries-devexpress-dot-utils-dot-commands-dot-icommanduistate-45301127.md

latest1.2 KB
Original Source

ICommandUIState.Checked Property

Gets or sets the checked state of the command.

Namespace : DevExpress.Utils.Commands

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
bool Checked { get; set; }
vb
Property Checked As Boolean

Property Value

TypeDescription
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

ICommandUIState Interface

ICommandUIState Members

DevExpress.Utils.Commands Namespace