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

Input Area

An Input Area allows users to input tokens.

ASPxTokenBox_VE_Input

You can use the ASPxTokenBox.TokenBoxInputStyle property to customize Input Area style settings.

If no token is specified and the editor is not focused, the Input Area can display prompt text, which is specified by the ASPxAutoCompleteBoxBase.NullText property. The prompt text disappears when the editor receives focus.

<dx:ASPxTokenBox ID="MyTokenBox" runat="server" NullText="Select contacts...">
     ...
</dx:ASPxTokenBox>

The image below shows the result.

ASPxTokenBox_NullText