Skip to main content

GridViewBase.FocusedColumn Property

Obsolete. Gets or sets the focused column.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[Browsable(false)]
[CloneDetailMode(CloneDetailMode.Skip)]
[Obsolete("Use the DataControlBase.CurrentColumn property instead")]
public GridColumn FocusedColumn { get; set; }

#Property Value

Type Description
GridColumn

A GridColumn object that represents the focused column.

#Remarks

The FocusedColumn property returns null if the DataViewBase.NavigationStyle property isn't set to GridViewNavigationStyle.Cell.

To learn more, see Focusing Cells.

See Also