Back to Devexpress

CustomizePivotCellEventArgs.Formatting Property

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-customizepivotcelleventargs-c627b525.md

latest1.2 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.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

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.Web.ASPxPivotGrid Namespace