Back to Devexpress

DxComboBoxSettings.ItemTemplate Property

blazor-devexpress-dot-blazor-dot-dxcomboboxsettings-4b178235.md

latest1.7 KB
Original Source

DxComboBoxSettings.ItemTemplate Property

OBSOLETE

This property is obsolete now. Use the ItemDisplayTemplate property instead.

Specifies a template used to display the combo box editor items.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DXBrowsable(false)]
[Obsolete("This property is obsolete now. Use the ItemDisplayTemplate property instead.")]
[Parameter]
public RenderFragment<object> ItemTemplate { get; set; }

Property Value

TypeDescription
RenderFragment<Object>

The template content.

|

Remarks

This property is obsolete. Use the ItemDisplayTemplate property instead.

Refer to the following breaking change for additional information: Legacy Data Grid (DxDataGrid) and List Editors (ComboBox, List Box, Tag Box) are no longer included in our distribution.

Implements

ItemTemplate

See Also

DxComboBoxSettings Class

DxComboBoxSettings Members

DevExpress.Blazor Namespace