IListEditorBase<TData, TValue>.Data Property
Specifies a strongly typed collection that supplies editor data.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
IEnumerable<TData> Data { get; set; }
Property Value
Type | Default | Description |
---|---|---|
IEnumerable<TData> | null | A data collection. |
See Also