IGrid.Data Property
In This Article
Specifies an object that supplies Grid data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(null)]
object Data { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Object | null | Supplies Grid data. |
#Remarks
Refer to the Data property description for more information and an example.
See Also