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