Back to Devexpress

TreeButtonStyle Enum

windowsforms-devexpress-dot-xtraverticalgrid-5696ee07.md

latest2.1 KB
Original Source

TreeButtonStyle Enum

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

Declaration

csharp
public enum TreeButtonStyle
vb
Public Enum TreeButtonStyle

Members

NameDescription
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:

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

TreeButtonStyle

DevExpress.XtraVerticalGrid Namespace