Skip to main content

CustomCellAppearanceEventArgs.CellControl Property

Provides access to the object used to visualize the cell.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public CellControlBase CellControl { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.CellControlBase

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

See Also