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
#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. |
Tree
|
The Tree Button, displayed on the left (the appearance is dependent on the current paint scheme): “DevExpress Style” skin: Office2003 style: |
Explorer
|
The Explorer Button, displayed on the right (the appearance is dependent on the current paint scheme): “DevExpress Style” 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.