Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

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

Property Value

Type Description
Int32

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

See Also