Back to Devexpress

IComboBoxSettings.Data Property

blazor-devexpress-dot-blazor-dot-icomboboxsettings-604abcaf.md

latest1.1 KB
Original Source

IComboBoxSettings.Data Property

Specifies the object that supplies combo box data.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(null)]
[Parameter]
object Data { get; set; }

Property Value

TypeDefaultDescription
Objectnull

A data collection that implements the IEnumerable interface.

|

Remarks

Use the Data property to change the object that supplies combo box data at runtime. To specify the data source in markup, use the DxComboBoxSettings.Data property.

See Also

IComboBoxSettings Interface

IComboBoxSettings Members

DevExpress.Blazor Namespace