Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

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

TreeButtonStyle Enum

Lists values specifying the appearance of the category row’s tree button.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

#Declaration

public enum TreeButtonStyle

#Members

Name Description
Default

Either the Explorer Button, displayed on the right, or the Tree Button, displayed on the left, depending on the current paint scheme.

TreeView

The Tree Button, displayed on the left (the appearance is dependent on the current paint scheme):

“DevExpress Style” skin: TreeViewBtn-Skin

Office2003 style: TreeViewBtn

ExplorerBar

The Explorer Button, displayed on the right (the appearance is dependent on the current paint scheme):

“DevExpress Style” skin: ExplorerBtn-SKin

#Related API Members

The following properties accept/return TreeButtonStyle values:

#Remarks

Values listed by this enumeration are used to set the control’s VGridControlBase.TreeButtonStyle property which specifies the appearance of the category row tree button.

See Also