ButtonStyle Enum
Provides members that specify whether a button is a regular (push button) or check-button.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
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