Skip to main content

CustomizeCellEventArgs.Formatting Property

Gets or sets the object that defines the cell’s formatting settings (font, alignment, background color, format string, etc.)

Namespace: DevExpress.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

#Declaration

public XlFormattingObject Formatting { get; set; }

#Property Value

Type Description
XlFormattingObject

The object that defines the cell’s formatting settings.

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also