Skip to main content
A newer version of this page is available. .

ICommandUIState.Checked Property

Gets or sets the checked state of the command.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v19.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Checked property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also