[]
Gets or sets a value indicating whether the toolbar item is checked.
public bool? Checked { get; set; }
| Type | Description |
|---|---|
| bool? | A nullable bool value. |
The Checked property is useful for items like checkboxes or toggle buttons within the toolbar.