Back to Devexpress

PivotGridField Fields

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-dot-underscore-fields.md

latest2.2 KB
Original Source

PivotGridField Fields

A field within the PivotGridControl.

NameDescription
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

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace