Enum GridAutoSizeOption
Specifies the type of AutoSize options to be used in PivotGrid.
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public enum GridAutoSizeOption
Fields
| Name | Description |
|---|---|
| All | All Rows will be resized. |
| FixedCount | The value specified in AutoSizeRowCount will be resized. |
| None | None of the rows will be resized. |
| TotalRows | The GrandTotal rows will be used to determine column size. |
| VisibleRange | The visible range only will be resized. |