Skip to main content
A newer version of this page is available. .

PivotGridCustomTotalBase.GetCellFormat() Method

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

Namespace: DevExpress.XtraPivotGrid

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

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