DxComboBox<TData, TValue>.EditBoxTemplate Property
OBSOLETE
This property is obsolete now. Use the EditBoxDisplayTemplate property instead.
Specifies a template used to display the ComboBox’s item in the edit box.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DXBrowsable(false)]
[Obsolete("This property is obsolete now. Use the EditBoxDisplayTemplate property instead.")]
[Parameter]
public RenderFragment<TData> EditBoxTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TData> | The template content. |
Remarks
This property is obsolete. Use the EditBoxDisplayTemplate 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