Back to Devexpress

CustomDrawTreeButtonEventArgs.TreeButtonType Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawtreebuttoneventargs.md

latest2.0 KB
Original Source

CustomDrawTreeButtonEventArgs.TreeButtonType Property

Gets the painted button’s type.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public TreeButtonType TreeButtonType { get; }
vb
Public ReadOnly Property TreeButtonType As TreeButtonType

Property Value

TypeDescription
TreeButtonType

A TreeButtonType member specifying the painted button’s type.

|

Available values:

NameDescription
TreeViewButton

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

| | ExplorerBarButton |

A tree button is displayed as an explorer button.

|

Remarks

Refer to the TreeButtonType topic for available tree button types.

See Also

TreeButtonType

CustomDrawTreeButtonEventArgs Class

CustomDrawTreeButtonEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace