Skip to main content

TreeListView.FocusedColumn Property

Obsolete. Gets or sets the focused column. This is a dependency property.

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 ColumnBase FocusedColumn { get; set; }

#Property Value

Type Description
ColumnBase

A GridColumn object that is the focused column.

#Remarks

The FocusedColumn property returns null if the DataViewBase.NavigationStyle property is not set to GridViewNavigationStyle.Cell.

To learn more, see Focusing Cells.

See Also