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

GridControlBase.CurrentColumn Property

Gets or sets the focused column.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

[Browsable(false)]
public GridColumnBase CurrentColumn { get; set; }

Property Value

Type Description
GridColumnBase

A GridColumnBase descendant that represents the focused column.

Remarks

If the DataControlBase.NavigationStyle property is set to GridControlNavigationStyle.Row or GridControlNavigationStyle.None, the CurrentColumn property returns null.

See Also