PivotGridCustomTotalBase.GetCellFormat() Method
Gets the actual settings used to format the custom total’s values.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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