TreeListView.FocusedColumn Property
In This Article
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 |
---|---|
Column |
A Grid |
#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