Skip to main content

DataControlBase.CustomCellAppearance Event

Allows you to customize cell appearance.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public event EventHandler<CustomCellAppearanceEventArgs> CustomCellAppearance

Event Data

The CustomCellAppearance event's data class is CustomCellAppearanceEventArgs. The following properties provide information specific to this event:

Property Description
CellConditionalFormat Gets the conditional format applied to the cell.
Column Gets the cell’s column
IsCellSelected Indicates whether the cell is selected.
IsRowSelected Indicates whether the row is selected.
ResultFormat Provides access to the appearance settings applied to the cell.
RowConditionalFormat Gets the conditional format applied to the row.
RowHandle Gets the handle of the cell’s row.
See Also