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