Skip to main content

TreeButtonStyle Enum

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.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