GridView.CustomizationRowCount Property
OBSOLETE
The Customization form can be resized at runtime. Use the CustomizationFormBounds property to specify the size of the form, in pixels.
Gets or sets the number of headers that can be displayed within the Customization Form simultaneously.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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 | Description |
---|---|
Int32 | An integer value specifying the number of headers that can be displayed within the Customization Form. |
Remarks
This property is obsolete.
See Also