TreeList.CustomizationRowCount Property
In This Article
OBSOLETE
The Customization form can be resized at runtime. Use the Customization
This property is obsolete. Use the TreeList.CustomizationFormBounds property instead.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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