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.v24.1.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