CustomCellAppearanceEventArgs.Column Property
In This Article
Gets the cell’s column
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ColumnBase Column { get; }
#Property Value
Type | Description |
---|---|
Column |
A DevExpress. |
See Also