Skip to main content

IButtonProperties.Style Property

Gets or sets the current IButton object’s type.

Namespace: DevExpress.XtraEditors.ButtonPanel

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Appearance")]
ButtonStyle Style { get; set; }

Property Value

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.

Remarks

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