Back to Devexpress

GridView.CustomizationRowCount Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-c4634e80.md

latest2.4 KB
Original Source

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

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

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

TypeDescription
Int32

An integer value specifying the number of headers that can be displayed within the Customization Form.

|

Remarks

This property is obsolete.

See Also

CustomizationFormBounds

CustomizationForm

ShowCustomization()

HideCustomization()

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace