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.v21.2.dll

Declaration

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