Skip to main content
A newer version of this page is available. .

ButtonStyle Enum

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

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public enum ButtonStyle

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