Back to Devexpress

PivotGridControl.BestFitRow(Int32) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-bestfitrow-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

PivotGridControl.BestFitRow(Int32) Method

Resizes the specified row to the minimum height required to completely display its contents.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void BestFitRow(
    int rowIndex
)
vb
Public Sub BestFitRow(
    rowIndex As Integer
)

Parameters

NameTypeDescription
rowIndexInt32

An integer value that identifies the row by its index.

|

Remarks

To learn more, see Best Fit.

See Also

BestFit

BestFitColumn(Int32)

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace