Back to Devexpress

TreeListAppearanceCollection.GroupButton Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistappearancecollection-8e94d4c8.md

latest2.2 KB
Original Source

TreeListAppearanceCollection.GroupButton Property

Gets the appearance settings used to paint node expand buttons.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public AppearanceObject GroupButton { get; }
vb
Public ReadOnly Property GroupButton As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject object that provides the appearance settings used to paint node expand buttons.

|

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

CustomDrawNodeButton

Appearances

TreeListAppearanceCollection Class

TreeListAppearanceCollection Members

DevExpress.XtraTreeList Namespace