Skip to main content

DxTagBox<TData, TValue> Properties

An editor that allows users to select multiple items (tags) from the drop-down list.
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.
DropDownBodyCssClass Specifies the name of the CSS class applied to the drop-down body in the TagBox.
DropDownCssClass Specifies the name of the CSS class applied to the TagBox’s drop-down.
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 Specifies the component’s unique identifier. Inherited from DxComponentBase.
InputId Specifies a unique identifier (ID) of the TagBox’s input element.
ItemTemplate Specifies a template used to display the TagBox’s items.
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.
ShowValidationIcon Specifies whether a tag box shows validation icons.
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 stores 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