Skip to main content

GridControlBase.CurrentColumn Property

Gets or sets the focused column.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

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