windowsforms-devexpress-dot-xtraverticalgrid-5696ee07.md
Lists values specifying the appearance of the category row’s tree button.
Namespace : DevExpress.XtraVerticalGrid
Assembly : DevExpress.XtraVerticalGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
public enum TreeButtonStyle
Public Enum TreeButtonStyle
| 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:
Office2003 style:
|
| ExplorerBar |
The Explorer Button, displayed on the right (the appearance is dependent on the current paint scheme):
“DevExpress Style” skin:
|
The following properties accept/return TreeButtonStyle values:
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