CustomExportCellEventArgsBase.FormatType Property
Gets the type of formatting.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public FormatType FormatType { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
Available values:
Name | Description |
---|---|
None | No formatting is performed. Setting the Format |
Numeric | Specifies that values should be formatted as numbers. Setting Format Also Format |
Date |
Specifies that values should be formatted as the Date Setting Format |
Custom | Use Custom to format string values. Use Custom when assigning a custom IFormat Setting Format |