Skip to main content

TreeList.GroupButtonSize Property

OBSOLETE

This property is obsolete

This property is obsolete. Gets or sets the size of group buttons.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is obsolete")]
public int GroupButtonSize { get; set; }

Property Value

Type Description
Int32

An integer value specifying the size of group buttons in pixels.

See Also