CustomDrawTreeButtonEventArgs.TreeButtonType Property
In This Article
Gets the painted button’s type.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public TreeButtonType TreeButtonType { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree |
Available values:
Name | Description |
---|---|
Tree |
A tree button is displayed as a standard tree view button. |
Explorer |
A tree button is displayed as an explorer button. |
#Remarks
Refer to the TreeButtonType topic for available tree button types.
See Also