Back to Devexpress

RowData.IsReady Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-e6718f38.md

latest962 B
Original Source

RowData.IsReady Property

Gets whether the row’s data has been loaded or not.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsReady { get; }
vb
Public ReadOnly Property IsReady As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace