Back to Devexpress

PivotTableField Fields

blazor-devexpress-dot-blazor-dot-pivottable-dot-pivottablefield-dot-underscore-fields.md

latest2.2 KB
Original Source

PivotTableField Fields

Stores information about the current Pivot Table field.

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. | | 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

PivotTableField Class

PivotTableField Members

DevExpress.Blazor.PivotTable Namespace