Skip to main content
All docs
V23.2

IComboBoxSettings.ItemTemplate Property

Specifies the template used to display the combo box editor’s items.

Namespace: DevExpress.Blazor

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