Skip to main content
Tab

RibbonCheckBoxProperties Class

Contains settings specific to a ribbon check box item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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