Skip to main content
All docs
V25.1
  • IListEditorBase<TData, TValue>.Data Property

    Specifies a strongly typed collection that supplies editor data.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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.

    Remarks

    Refer to the Data property description for more information and an example.

    See Also