Back to Devexpress

ColumnView.IsFocusedRowLoaded Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-9ac70615.md

latest1.4 KB
Original Source

ColumnView.IsFocusedRowLoaded Property

Gets whether the focused row’s data has been loaded (in Instant Feedback Mode).

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
Boolean

true if the data has been loaded; otherwise, false.

|

See Also

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace