IComboBoxSettings.ItemTemplate Property
Specifies the template used to display the combo box editor’s items.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
RenderFragment<object> ItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<Object> | The template content. |
Remarks
Use the ItemTemplate
property to change the item template at runtime.
See Also