A newer version of this page is available.
Switch to the current version.
TreeList.CustomizationRowCount Property
Obsolete. This property is obsolete. Use the TreeList.CustomizationFormBounds property instead.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v19.2.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; }
<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 Property CustomizationRowCount As Integer
Property Value
Type |
---|
Int32 |
See Also
Feedback