GridControlBase.CurrentColumn Property
In This Article
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 |
---|---|
Grid |
A Grid |
#Remarks
If the DataControlBase.NavigationStyle property is set to GridControlNavigationStyle.Row or GridControlNavigationStyle.None, the CurrentColumn property returns null.
See Also