Skip to main content
All docs
V24.1

ITagBox<TData, TValue>.HideSelectedItems Property

Specifies whether the TagBox hides selected items from the editor’s drop-down list.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
bool HideSelectedItems { get; set; }

Property Value

Type Default Description
Boolean true

true, to hide selected items from the editor’s drop-down list; otherwise, false.

Remarks

Refer to the HideSelectedItems property description for more information and an example.

See Also