Skip to main content

PivotGridCustomTotalBase.GetCellFormat() Method

Gets the actual settings used to format the custom total’s values.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public FormatInfo GetCellFormat()

Returns

Type Description
FormatInfo

A FormatInfo object that specifies the formatting settings.

Remarks

This method supports the control’s internal infrastructure and is not intended to be called directly from your code.

See Also