XRPivotGridField Fields
Represents a field within the XRPivotGrid control.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. |
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