Back to Devexpress

ButtonStyle Enum

windowsforms-devexpress-dot-xtrabars-dot-docking2010-f8acfdd8.md

latest1.7 KB
Original Source

ButtonStyle Enum

Provides members that specify whether a button is a regular (push button) or check-button.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum ButtonStyle
vb
Public Enum ButtonStyle

Members

NameDescription
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.

|

The following properties accept/return ButtonStyle values:

Remarks

The ButtonStyle enumerator values are used to create Windows 10 UI Custom Buttons and Custom Panel Header Buttons of two types - check and regular. See these links to learn more.

See Also

DevExpress.XtraBars.Docking2010 Namespace