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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ButtonStyle enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also