Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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