Back to Devexpress

RibbonCheckBoxProperties Class

aspnet-devexpress-dot-web-7e6f1853.md

latest2.0 KB
Original Source

RibbonCheckBoxProperties Class

Contains settings specific to a ribbon check box item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonCheckBoxProperties :
    CheckBoxProperties
vb
Public Class RibbonCheckBoxProperties
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase EditPropertiesBase EditProperties CheckBoxProperties RibbonCheckBoxProperties

See Also

RibbonCheckBoxProperties Members

Ribbon

DevExpress.Web Namespace