windowsforms-devexpress-dot-xtraeditors-dot-buttonpanel-dot-ibuttonproperties-14a23e24.md
Gets or sets the current IButton object’s type.
Namespace : DevExpress.XtraEditors.ButtonPanel
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DXCategory("Appearance")]
ButtonStyle Style { get; set; }
<DXCategory("Appearance")>
Property Style As ButtonStyle
| Type | Description |
|---|---|
| ButtonStyle |
A ButtonStyle enumerator value that specifies the current IButton object’s type.
|
Available values:
| Name | Description |
|---|---|
| PushButton |
Specifies a custom header button is a regular (push) button.
| | CheckButton |
Specifies whether a custom header button is a check or a group radio button.
|
Depending on the Style property value, a custom header button can be either a regular (push) or a check button. Due to the IButtonProperties.GroupIndex property, check buttons can also be divided into simple check buttons and group radio buttons. See the Header Buttons and WindowsUI Custom Buttons topics to learn more.
See Also