TreeListAppearanceCollection.GroupButton Property
In This Article
Gets the appearance settings used to paint node expand buttons.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public AppearanceObject GroupButton { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
The appearance settings specified by the GroupButton property are ignored if a Tree List is painted in the WindowsXP or Office2003 styles. For more information on appearances, see the Appearances topic.
The expand buttons can also be custom painted using the TreeList.CustomDrawNodeButton event.
See Also