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

RibbonCheckBoxProperties Class

Contains settings specific to a ribbon check box item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class RibbonCheckBoxProperties :
    CheckBoxProperties

The following members return RibbonCheckBoxProperties objects:

Remarks

The RibbonCheckBoxProperties class contains settings specific to the RibbonCheckBoxItem item type. An object of the RibbonCheckBoxProperties type can be accessed via the RibbonCheckBoxItem.PropertiesCheckBox property.

See Also