Back to Devexpress

GridView.BestFitMaxRowCount Property

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

latest1.8 KB
Original Source

GridView.BestFitMaxRowCount Property

This property is obsolete. Use the GridOptionsView.BestFitMaxRowCount property instead.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(-1)]
[DXCategory("Behavior")]
public int BestFitMaxRowCount { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Behavior")>
<Browsable(False)>
Public Property BestFitMaxRowCount As Integer

Property Value

TypeDefaultDescription
Int32-1

An integer value specifying the number of data rows that are processed to apply best fit to columns.

|

Remarks

This property is obsolete. Use the GridOptionsView.BestFitMaxRowCount property instead.

See Also

BestFitMaxRowCount

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace