DxListEditorBase<TData, TValue>.ItemTemplate Property
OBSOLETE
This property is obsolete now. Use the ItemDisplayTemplate property instead.
Specifies a template used to display component items.
Namespace: DevExpress.Blazor.Base
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<TData> ItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TData> | The template content. |
Remarks
This property is obsolete. Use the DxComboBox.ItemDisplayTemplate, DxListBox.ItemDisplayTemplate, or DxTagBox.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.
See Also