Skip to main content
A newer version of this page is available. .

CustomDrawTreeButtonEventArgs.TreeButtonType Property

Gets the painted button’s type.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public TreeButtonType TreeButtonType { get; }

Property Value

Type Description
TreeButtonType

A TreeButtonType member specifying the painted button’s type.

Available values:

Name Description
TreeViewButton

A tree button is displayed as a standard tree view button. TreeViewBtn

ExplorerBarButton

A tree button is displayed as an explorer button. ExplorerBtn

Remarks

Refer to the TreeButtonType topic for available tree button types.

See Also