Skip to main content
A newer version of this page is available. .

DxTagBox<TData, TValue> Properties

A TagBox component.
Name Description
AllowCustomTags Specifies whether users are allowed to input custom tags that are not stored in a bound data source in a TagBox editor.
ClearButtonDisplayMode Specifies whether the TagBox displays the Clear button when it is not empty.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
CustomData Specifies an asynchronous function that loads TagBox data based on the specified load options.
Data Specifies a strongly typed collection that supplies TagBox data.
DataAsync Specifies an asynchronous function that returns TagBox data.
DropDownDirection Specifies the direction in which the drop-down window is displayed relative to the editor’s input element. Inherited from DxDropDownBase<T, JSProxyType>.
DropDownVisible Specifies the current state (displayed/hidden) of a drop-down window. Inherited from DxDropDownBase<T, JSProxyType>.
DropDownWidthMode Specifies the width of the drop-down list.
EditFormat Specifies the pattern used to format tag values.
Enabled Specifies whether an editor is enabled. Inherited from DxDataEditorBase<T, JSProxyType>.
FilteringMode Specifies how the TagBox component’s data is filtered.
HideSelectedItems Specifies whether the TagBox hides selected items from the editor’s drop-down list.
Id For internal use only. Inherited from DxComponentBase.
InputId Specifies a unique identifier (ID) of the TagBox’s input element.
ListRenderMode Enables or disables virtual list rendering mode.
NullText Specifies the TagBox’s prompt text when the editor’s value is NULL.
ReadOnly Specifies whether read-only mode is active.
SizeMode Specifies an editor size. Inherited from DxResizableEditorBase<T, JSProxyType>.
Tags Specifies strings (tags) displayed within the TagBox edit box.
TagsExpression Specifies a lambda expression that identifies the Tags property’s bound value when the TagBox is placed in the EditForm.
TagTemplate Specifies the template to display a tag’s content.
TextFieldName Specifies the data source field that provides text for TagBox items.
ValidateBy Specifies if a TagBox located within the standard EditForm is validated by tags or values.
ValueFieldName Specifies the data source field that populates values for the TagBox’s items.
Values Provides access to the TagBox’s selected value/item collection.
ValuesExpression Specifies a lambda expression that identifies the Values property’s bound values when the Tag Box is placed in the EditForm.
See Also