Back to Devexpress

DxComboBox<TData, TValue>.EditBoxTemplate Property

blazor-devexpress-dot-blazor-dot-dxcombobox-2-bb8027eb.md

latest1.6 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
RenderFragment<TData>

The template content.

|

Remarks

This property is obsolete. Use the EditBoxDisplayTemplate 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.

See Also

DxComboBox<TData, TValue> Class

DxComboBox<TData, TValue> Members

DevExpress.Blazor Namespace