Back to Devexpress

GridControl.IsFocused Property

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-e1475c8f.md

latest1.3 KB
Original Source

GridControl.IsFocused Property

Tests whether the grid control has input focus.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual bool IsFocused { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsFocused As Boolean

Property Value

TypeDescription
Boolean

true if the grid control has input focus; otherwise, false.

|

See Also

FocusedView

IsFocusedView

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace