Skip to main content

ICommandUIState.Checked Property

Gets or sets the checked state of the command.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool Checked { get; set; }

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