CustomDrawTreeButtonEventArgs.TreeButtonType Property
Gets the painted button’s type.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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. |
ExplorerBarButton | A tree button is displayed as an explorer button. |
Remarks
Refer to the TreeButtonType topic for available tree button types.
See Also