Back to Devexpress

GridControl.KeyboardFocusView Property

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-413d319f.md

latest1.8 KB
Original Source

GridControl.KeyboardFocusView Property

OBSOLETE

Use the FocusedView property instead.

Gets or sets the View that currently has keyboard focus.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the FocusedView property instead.")]
public BaseView KeyboardFocusView { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the FocusedView property instead.")>
Public Property KeyboardFocusView As BaseView

Property Value

TypeDescription
BaseView

A BaseView descendant representing the View that has keyboard focus.

|

Remarks

This property is obsolete. Use the GridControl.FocusedView property instead.

See Also

FocusedView

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace