Skip to main content
A newer version of this page is available. .

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.v19.1.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; }

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