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.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DXBrowsable(false)]
[Obsolete("This property is obsolete now. Use the ItemDisplayTemplate property instead.")]
[Parameter]
public RenderFragment<object> ItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<Object> | The template content. |
Remarks
This property is obsolete. Use the ItemDisplayTemplate property instead.
Refer to the following breaking change for more information: Legacy Data Grid (DxDataGrid) and List Editors (ComboBox, List Box, Tag Box) are no longer included in our distribution.
Implements
See Also