Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

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

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