Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IButtonProperties.Style Property

Gets or sets the current IButton object’s type.

Namespace: DevExpress.XtraEditors.ButtonPanel

Assembly: DevExpress.Utils.v24.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