IRibbonComboBox<TData, TValue>.Data Property
Specifies a collection that supplies data for the ribbon combo box item.
Namespace: DevExpress.Blazor.Ribbon
Assembly: DevExpress.Blazor.v25.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 examples.
See Also