CustomizePivotCellEventArgs.Formatting Property
In This Article
Gets or sets the object that defines the cell’s formatting settings (font, alignment, background color, format string, etc.)
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public XlFormattingObject Formatting { get; set; }
#Property Value
Type | Description |
---|---|
Xl |
The object that defines the cell’s formatting settings. |
See Also