Skip to main content
All docs
V23.2

IListBox<TData, TValue>.Data Property

Specifies a strongly typed collection that supplies List Box data.

Namespace: DevExpress.Blazor

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