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

TreeList.CustomizationRowCount Property

OBSOLETE

The Customization form can be resized at runtime. Use the CustomizationFormBounds property to specify the size of the form, in pixels.

This property is obsolete. Use the TreeList.CustomizationFormBounds property instead.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("The Customization form can be resized at runtime. Use the CustomizationFormBounds property to specify the size of the form, in pixels.")]
public int CustomizationRowCount { get; set; }

Property Value

Type
Int32
See Also