DataControlBase.CurrentColumn Property
In This Article
Gets or sets a column that contains the focused cell.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OnCurrentColumnChanged")]
public ColumnBase CurrentColumn { get; set; }
#Property Value
Type | Description |
---|---|
Column |
A column that contains the focused cell. |
#Remarks
The CurrentColumn property returns null if the DataControlBase.NavigationStyle property is not set to NavigationStyle.Cell.
See Also