Class GridAutoSizeOption
Specifies the type of AutoSize options to be used in PivotGrid.
Inheritance
System.Object
GridAutoSizeOption
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public sealed class GridAutoSizeOption : Enum
Fields
All
All Rows will be resized.
Declaration
public const GridAutoSizeOption All
Field Value
Type |
---|
GridAutoSizeOption |
FixedCount
The value specified in AutoSizeRowCount will be resized.
Declaration
public const GridAutoSizeOption FixedCount
Field Value
Type |
---|
GridAutoSizeOption |
None
None of the rows will be resized.
Declaration
public const GridAutoSizeOption None
Field Value
Type |
---|
GridAutoSizeOption |
TotalRows
The GrandTotal rows will be used to determine column size.
Declaration
public const GridAutoSizeOption TotalRows
Field Value
Type |
---|
GridAutoSizeOption |
VisibleRange
The visible range only will be resized.
Declaration
public const GridAutoSizeOption VisibleRange
Field Value
Type |
---|
GridAutoSizeOption |