Back to Devexpress

PivotGridControl.BestFit Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-bestfit.md

latest2.0 KB
Original Source

PivotGridControl.BestFit Method

NameParametersDescription
BestFit()noneResizes the columns and rows which correspond to the data and row fields, to the minimum width and height required to completely display their contents.
BestFit(FieldArea, Boolean, Boolean)area, fitWidth, fitHeightResizes the columns and rows which correspond to the fields contained within the specified area, to the minimum width or height required to completely display their contents.
BestFit(FieldArea)areaResizes the columns and rows which correspond to the fields contained within the specified area, to the minimum width and height required to completely display their contents.
BestFit(PivotGridField, Boolean, Boolean)field, fitWidth, fitHeightResizes the columns and rows which correspond to the specified field, to the minimum width or height required to completely display their contents.
BestFit(PivotGridField)fieldResizes the columns and rows which correspond to the specified fields, to the minimum width and height required to completely display their contents.
BestFit(Boolean, Boolean)fitWidth, fitHeightResizes the columns and rows which correspond to the data fields and row fields, to the minimum width or height required to completely display their contents.