Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridField Fields
Show Inherited Hide Inherited

A field within the PivotGridControl.
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