Skip to main content
A newer version of this page is available. .

CustomCellAppearanceEventArgs.CellControl Property

Provides access to the object used to visualize the cell.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public CellControlBase CellControl { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.CellControlBase

A DevExpress.UI.Xaml.Grid.CellControlBase descendant.

See Also