Back to Devexpress

RibbonCheckBoxItem Class

aspnet-devexpress-dot-web-31084f57.md

latest2.8 KB
Original Source

RibbonCheckBoxItem Class

A ribbon item used to display the check box functionality.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonCheckBoxItem :
    RibbonEditItemBase
vb
Public Class RibbonCheckBoxItem
    Inherits RibbonEditItemBase

Remarks

The RibbonCheckBoxItem object is a ribbon item that implements the check box functionality. The item’s settings can be accessed and customized using the RibbonCheckBoxItem.PropertiesCheckBox property.

When the RibbonCheckBoxItem value is changed, the client-side ASPxClientRibbon.CommandExecuted event is raised. You can use the ASPxClientRibbonCommandExecutedEventArgs.item argument property to determine the item related to the event. The ASPxClientRibbonCommandExecutedEventArgs.parameter argument property returns the textual representation of the check box state (i.e., “true” or “false”).

aspx
<dx:RibbonCheckBoxItem Name="ApplyStyle" Text="Apply Style">
</dx:RibbonCheckBoxItem>

To learn more about ribbon item types, see the Item Types topic.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonItemBase RibbonEditItemBase RibbonCheckBoxItem BootstrapRibbonCheckBoxItem

See Also

RibbonCheckBoxItem Members

Ribbon

Item Types

DevExpress.Web Namespace