Back to Devexpress

CustomizePivotCellEventArgs.Formatting Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-customizepivotcelleventargs-831195af.md

latest1.3 KB
Original Source

CustomizePivotCellEventArgs.Formatting Property

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.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public XlFormattingObject Formatting { get; set; }
vb
Public Property Formatting As XlFormattingObject

Property Value

TypeDescription
XlFormattingObject

The object that defines the cell’s formatting settings.

|

See Also

CustomizePivotCellEventArgs Class

CustomizePivotCellEventArgs Members

DevExpress.XtraPivotGrid Namespace