Back to Devexpress

TextBoxSettings.Properties Property

aspnet-devexpress-dot-web-dot-mvc-dot-textboxsettings.md

latest1.8 KB
Original Source

TextBoxSettings.Properties Property

Provides access to the settings that are specific to the TextBox editor.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxTextBoxProperties Properties { get; }
vb
Public ReadOnly Property Properties As MVCxTextBoxProperties

Property Value

TypeDescription
MVCxTextBoxProperties

An MVCxTextBoxProperties object containing the TextBox specific settings.

|

Remarks

Use this property to get access to the TextBox specific settings. To access all the TextBox settings, use the members exposed by the TextBoxSettings class.

See Also

TextBox

TextBoxSettings

TextBoxSettings Members

DevExpress.Web.Mvc Namespace