Skip to main content

DataControlBase.CurrentColumn Property

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
ColumnBase

A GridColumn object that represents the focused column.

#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