RibbonCheckBoxProperties Class
In This Article
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
#Related API Members
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.
#Inheritance
Object
StateManager
PropertiesBase
EditPropertiesBase
EditProperties
CheckBoxProperties
RibbonCheckBoxProperties
See Also