Skip to main content
Tab

RibbonToggleButtonItem.Checked Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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