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

RibbonCheckBoxItem.PropertiesCheckBox Property

Provides access to the item’s settings that are specific to the check box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual RibbonCheckBoxProperties PropertiesCheckBox { get; }

Property Value

Type Description
RibbonCheckBoxProperties

A RibbonCheckBoxProperties object that contains check box specific settings.

See Also