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

RibbonToggleButtonItem.Checked Property

Gets or sets a value that specifies whether the toggle button item is checked.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public virtual bool Checked { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the item is checked; otherwise, false.

Remarks

Use the Checked property to specify the toggle button item’s check state.

See Also