RibbonGalleryBarItem.ButtonStyle Property
Get or sets the button item’s style. This member is not supported by the RibbonGalleryBarItem class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override BarButtonStyle ButtonStyle { get; }
Property Value
| Type | Description |
|---|---|
| BarButtonStyle | A BarButtonStyle value. |
Available values:
| Name | Description |
|---|---|
| Default | Applies the Default style to the BarButtonItem component. The default style means that the link represents a regular push button. |
| DropDown | Applies the DropDown style to the BarButtonItem component. |
| Check | Applies the Check style to the BarButtonItem component. |
| CheckDropDown | Combines Check and DropDown styles. The target bar button item supports checked/unchecked states and has an assigned drop-down control. |
Remarks
This member is not supported by the RibbonGalleryBarItem class. The ButtonStyle property is overridden to hide it at design time.