PivotGridFieldBase Fields
Represents the base class for the PivotGridField class.Name | Description |
---|---|
DefaultMinWidth |
A default value of the PivotGridFieldBase.MinWidth property, which specifies the minimum allowed width of columns that correspond to the current field. Return value: 20 |
DefaultWidth |
A default value of the PivotGridFieldBase.Width property, which specifies the width of columns that correspond to the current field. Return value: 100 |
MaximumColumnValueLineCount |
Specifies the maximum height of column field values, in lines. Return value: 5 |
MaximumRowValueLineCount |
Specifies the maximum height of row field values, in lines. Return value: 5 |
MinimumValueLineCount |
Specifies the minimum height of column/row field values, in lines. Return value: 1 |
See Also