Skip to main content

GridControl.IsFocused Property

Tests whether the grid control has input focus.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public virtual bool IsFocused { get; }

Property Value

Type Description
Boolean

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

See Also