CategoryRow.TreeButtonType Property
In This Article
Gets the category row’s tree button type.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
[Browsable(false)]
public override 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
The TreeButtonType property indicates the type of tree button used to expand/collapse the category row. The value returned by this property depends on the VGridControlBase.TreeButtonStyle property setting which specifies the button’s appearance.
Tree |
Tree |
---|---|
Tree |
A category row tree button’s type is based on the control’s look and feel settings. If the Windows XP theme is used, the Tree |
Tree |
The Tree |
Tree |
The Tree |
See Also