DevExpress v24.2 Update — Your Feedback Matters
Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.
TextBoxBuilder Class
In This Article
A TextBox control.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class TextBoxBuilder :
WidgetBuilder
#Related API Members
The following members return TextBoxBuilder objects:
Show 115 links
-
Form
Item Editor Factory. Text Box() -
Text
Box Builder. Access Key (JS) -
Text
Box Builder. Access Key (String) -
Text
Box Builder. Active State Enabled (Boolean) -
Text
Box Builder. Active State Enabled (JS) -
Text
Box Builder. Buttons (Action <Collection Factory <Text Editor Button Builder>>) -
Text
Box Builder. Buttons (IEnumerable <String>) -
Text
Box Builder. Buttons (IEnumerable <Text Box Button Name>) -
Text
Box Builder. Buttons (JS) -
Text
Box Builder. Disabled (Boolean) -
Text
Box Builder. Disabled (JS) -
Text
Box Builder. Element Attr (Dictionary <String, Object>) -
Text
Box Builder. Element Attr (JS) -
Text
Box Builder. Element Attr (Object) -
Text
Box Builder. Element Attr (String, Object) -
Text
Box Builder. Focus State Enabled (Boolean) -
Text
Box Builder. Focus State Enabled (JS) -
Text
Box Builder. Height (Double) -
Text
Box Builder. Height (JS) -
Text
Box Builder. Height (String) -
Text
Box Builder. Hint (JS) -
Text
Box Builder. Hint (String) -
Text
Box Builder. Hover State Enabled (Boolean) -
Text
Box Builder. Hover State Enabled (JS) -
Text
Box Builder. ID (JS) -
Text
Box Builder. ID (String) -
Text
Box Builder. Input Attr (Dictionary <String, Object>) -
Text
Box Builder. Input Attr (JS) -
Text
Box Builder. Input Attr (Object) -
Text
Box Builder. Input Attr (String, Object) -
Text
Box Builder. Is Dirty (Boolean) -
Text
Box Builder. Is Dirty (JS) -
Text
Box Builder. Is Valid (Boolean) -
Text
Box Builder. Is Valid (JS) -
Text
Box Builder. Label (JS) -
Text
Box Builder. Label (String) -
Text
Box Builder. Label Mode (Editor Label Mode) -
Text
Box Builder. Mask (JS) -
Text
Box Builder. Mask (String) -
Text
Box Builder. Mask Char (JS) -
Text
Box Builder. Mask Char (String) -
Text
Box Builder. Mask Invalid Message (JS) -
Text
Box Builder. Mask Invalid Message (String) -
Text
Box Builder. Mask Rules (Object) -
Text
Box Builder. Max Length (Int32) -
Text
Box Builder. Max Length (JS) -
Text
Box Builder. Mode (Text Box Mode) -
Text
Box Builder. Name (JS) -
Text
Box Builder. Name (String) -
Text
Box Builder. On Change (Razor Block) -
Text
Box Builder. On Change (String) -
Text
Box Builder. On Content Ready (Razor Block) -
Text
Box Builder. On Content Ready (String) -
Text
Box Builder. On Copy (Razor Block) -
Text
Box Builder. On Copy (String) -
Text
Box Builder. On Cut (Razor Block) -
Text
Box Builder. On Cut (String) -
Text
Box Builder. On Disposing (Razor Block) -
Text
Box Builder. On Disposing (String) -
Text
Box Builder. On Enter Key (Razor Block) -
Text
Box Builder. On Enter Key (String) -
Text
Box Builder. On Focus In (Razor Block) -
Text
Box Builder. On Focus In (String) -
Text
Box Builder. On Focus Out (Razor Block) -
Text
Box Builder. On Focus Out (String) -
Text
Box Builder. On Initialized (Razor Block) -
Text
Box Builder. On Initialized (String) -
Text
Box Builder. On Input (Razor Block) -
Text
Box Builder. On Input (String) -
Text
Box Builder. On Key Down (Razor Block) -
Text
Box Builder. On Key Down (String) -
Text
Box Builder. On Key Up (Razor Block) -
Text
Box Builder. On Key Up (String) -
Text
Box Builder. On Option Changed (Razor Block) -
Text
Box Builder. On Option Changed (String) -
Text
Box Builder. On Paste (Razor Block) -
Text
Box Builder. On Paste (String) -
Text
Box Builder. On Value Changed (Razor Block) -
Text
Box Builder. On Value Changed (String) -
Text
Box Builder. Option (String, Object) -
Text
Box Builder. Placeholder (JS) -
Text
Box Builder. Placeholder (String) -
Text
Box Builder. Read Only (Boolean) -
Text
Box Builder. Read Only (JS) -
Text
Box Builder. Rtl Enabled (Boolean) -
Text
Box Builder. Rtl Enabled (JS) -
Text
Box Builder. Show Clear Button (Boolean) -
Text
Box Builder. Show Clear Button (JS) -
Text
Box Builder. Show Mask Mode (Show Mask Mode) -
Text
Box Builder. Spellcheck (Boolean) -
Text
Box Builder. Spellcheck (JS) -
Text
Box Builder. Styling Mode (Editor Styling Mode) -
Text
Box Builder. Tab Index (Int32) -
Text
Box Builder. Tab Index (JS) -
Text
Box Builder. Use Masked Value (Boolean) -
Text
Box Builder. Use Masked Value (JS) -
Text
Box Builder. Validation Error (Object) -
Text
Box Builder. Validation Errors (IEnumerable) -
Text
Box Builder. Validation Errors (JS) -
Text
Box Builder. Validation Message Mode (Validation Message Mode) -
Text
Box Builder. Validation Message Position (Position) -
Text
Box Builder. Validation Rules (Action <Validation Rules Factory>) -
Text
Box Builder. Validation Status (Validation Status) -
Text
Box Builder. Value (JS) -
Text
Box Builder. Value (String) -
Text
Box Builder. Value Change Event (JS) -
Text
Box Builder. Value Change Event (String) -
Text
Box Builder. Visible (Boolean) -
Text
Box Builder. Visible (JS) -
Text
Box Builder. Width (Double) -
Text
Box Builder. Width (JS) -
Text
Box Builder. Width (String) -
Toolbar
Item Factory. Text Box() -
Widget
Factory <TModel>. Text Box() -
Widget
Factory <TModel>. Text Box For <TProperty>(Expression <Func <TModel, TProperty>>)
#Remarks
Call the TextBox helper method to create a new TextBox control. The method creates a TextBoxBuilder
class instance whose members allow you to specify control options.
@(Html.DevExtreme().TextBox() // create a TextBox
// call methods to specify control options
)
#Inheritance
Object
OptionsOwnerBuilder
WidgetBuilder
TextBoxBuilder
See Also