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

DataControlBase.CurrentColumn Property

Gets or sets a column that contains the focused cell.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnCurrentColumnChanged")]
public ColumnBase CurrentColumn { get; set; }

Property Value

Type Description
ColumnBase

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