blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablefield-dot-underscore-fields.md
Stores information about the current Pivot Table field.
| Name | Description |
|---|---|
| DefaultMinWidth static |
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
Inherited from PivotGridFieldBase. | | DefaultWidth static |
A default value of the PivotGridFieldBase.Width property, which specifies the width of columns that correspond to the current field.
Return value : 100
Inherited from PivotGridFieldBase. | | Id | Specifies the field’s unique identifier. | | MaximumColumnValueLineCount static |
Specifies the maximum height of column field values, in lines.
Return value : 5
Inherited from PivotGridFieldBase. | | MaximumRowValueLineCount static |
Specifies the maximum height of row field values, in lines.
Return value : 5
Inherited from PivotGridFieldBase. | | MinimumValueLineCount static |
Specifies the minimum height of column/row field values, in lines.
Return value : 1
Inherited from PivotGridFieldBase. |
See Also