windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomdrawcelleventargs.md
Gets the painted cell’s appearance settings.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public AppearanceObject Appearance { get; set; }
Public Property Appearance As AppearanceObject
| Type | Description |
|---|---|
| AppearanceObject |
A AppearanceObject object which provides the painted cell’s appearance settings.
|
The Appearance property can be used in a number of ways:
Note
If you try to access the Appearance property while an asynchronous operation is being performed, an exception will be thrown. When the operation is in progress, use the PivotCustomDrawCellThreadSafeEventArgs.Appearance property exposed by a thread-safe event parameter instead. To access the thread-safe event parameter, use the PivotCustomDrawCellEventArgs.ThreadSafeArgs property. To determine whether an asynchronous operation is being performed, use the pivot grid’s IThreadSafeAccessible.IsAsyncInProgress property. For more information, see Asynchronous Mode.
See Also
PivotCustomDrawCellEventArgs Class