Back to Devexpress

BaseRow.IsFocused Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-c2c37091.md

latest1.6 KB
Original Source

BaseRow.IsFocused Property

Gets whether or not the current row is focused.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

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 current row is focused; otherwise, false.

|

Remarks

Use the VGridControlBase.FocusedRow property to access the row currently focused in the VGridControl, or to move row focus.

See Also

FocusedRow

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace