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.v22.1.dll
NuGet Package: 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