IListEditorBase<TData, TValue>.CustomData Property
In This Article
Specifies an asynchronous function that loads editor data based on the specified load options.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(null)]
Func<DataSourceLoadOptionsBase, CancellationToken, Task<LoadResult>> CustomData { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Func<Dev |
null | A delegate that implements data load logic. |
#Remarks
Refer to the CustomData property description for more information and an example.
See Also