DataControlBase.CurrentColumn Property
In This Article
Gets or sets the focused column.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
[Browsable(false)]
public ColumnBase CurrentColumn { get; set; }
#Property Value
Type | Description |
---|---|
Column |
A Grid |
#Remarks
The CurrentColumn property returns null if the DataViewBase.NavigationStyle property isn't set to GridViewNavigationStyle.Cell.
To learn more, see Focusing Cells.
See Also