Back to Devexpress

TreeList.CustomizationRowCount Property

windowsforms-devexpress-dot-xtratreelist-dot-treelist-89030f33.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[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; }
vb
<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 Property CustomizationRowCount As Integer

Property Value

Type
Int32

See Also

CustomizationFormBounds

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace