PivotGridCustomTotalBase.GetCellFormat() Method
In This Article
Gets the actual settings used to format the custom total’s values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public FormatInfo GetCellFormat()
#Returns
Type | Description |
---|---|
Format |
A Format |
#Remarks
This method supports the control’s internal infrastructure and is not intended to be called directly from your code.
See Also