ITagBox<TData, TValue> Properties
An interface that defines the DxTagBox<TData, TValue> component’s API members (properties and methods).
Name | Description |
---|---|
Allow |
Specifies whether users are allowed to input custom tags that are not stored in a bound data source in a Tag |
Attributes |
Specifies a collection of standard HTML attributes applied to the component.
Inherited from IEditor |
Clear |
Specifies whether the editor displays the Clear button when it is not empty.
Inherited from IDrop |
Column |
Specifies a template used to display column cells in the Tag |
Css |
Assigns a CSS class to the component.
Inherited from IEditor |
Custom |
Specifies an asynchronous function that loads editor data based on the specified load options.
Inherited from IList |
Data |
Specifies a strongly typed collection that supplies editor data.
Inherited from IList |
Data |
Specifies an asynchronous function that returns editor data.
Inherited from IList |
Disabled |
Specifies the Boolean field that defines disabled states of component items.
Inherited from IList |
Drop |
Assigns a CSS class to the drop-down body in the editor.
Inherited from IDrop |
Drop |
Assigns a CSS class to the editor’s drop-down.
Inherited from IDrop |
Drop |
Specifies the direction in which the drop-down window is displayed relative to the editor’s input element.
Inherited from IDrop |
Drop |
Specifies the current state (displayed/hidden) of a drop-down window.
Inherited from IDrop |
Drop |
Specifies the width of the drop-down list.
Inherited from IDrop |
Edit |
Specifies a template used to display the Tag |
Edit |
Specifies the pattern used to format the editor’s value.
Inherited from IDrop |
Empty |
Specifies the template used to display custom content in the Tag |
Enabled |
Specifies whether the component can respond to user interactions.
Inherited from IEditor |
Group |
Specifies the name of a data source field whose values are used to group list items.
Inherited from IList |
Hide |
Specifies whether the Tag |
Id |
Specifies the component’s unique identifier.
Inherited from IEditor |
Input |
Assigns a CSS class to the editor’s input.
Inherited from IDrop |
Input |
Specifies a unique identifier (ID) of an editor’s input element.
Inherited from IDrop |
Item |
Specifies a template used to display the Tag |
Key |
Specifies the field name that contains unique identifiers for component items.
Inherited from IList |
Key |
Specifies the names of data fields that contain key values. The combination of key values forms a unique identifier for a component item.
Inherited from IList |
List |
Specifies how an editor renders its items.
Inherited from IList |
Null |
Specifies the editor’s prompt text when the editor’s value is null .
Inherited from IDrop |
Read |
Specifies whether the read-only mode is active.
Inherited from IEditor |
Search |
Specifies the search and filter condition.
Inherited from IDrop |
Search |
Specifies whether the component can search for text that users type in the edit box.
Inherited from IDrop |
Search |
Specifies how the editor treats search words.
Inherited from IDrop |
Show |
Specifies whether an editor shows validation icons.
Inherited from IDrop |
Show |
Specifies whether the editor indicates successful validation. When an input value is valid, the editor displays a green outline and can show a success icon.
Inherited from IEditor |
Size |
Specifies the component’s size.
Inherited from IEditor |
Tag |
Specifies the template to display tags in the edit box. |
Tags |
Specifies strings (tags) displayed within the Tag |
Text |
Specifies the data source field that contains text for component items.
Inherited from IList |
Validate |
Specifies if a Tag |
Validation |
Specifies whether the editor validates user input.
Inherited from IEditor |
Value |
Specifies the data source field that populates values for component items.
Inherited from IList |
Values |
Provides access to the Tag |
See Also