Skip to main content
Tab

ASPxTextBox.Native Property

Gets or sets a value specifying whether the ASPxTextBox control is rendered as a native HTML text box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Native { get; set; }

Property Value

Type Default Description
Boolean false

true if a text box editor is rendered as a standard HTML text box; otherwise, false.

Remarks

This property is a wrapper of the TextBoxProperties.Native property.

See Also