Skip to main content

TextBoxSettings.Properties Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTextBoxProperties Properties { get; }

Property Value

Type Description
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