Back to Devexpress

ASPxTextBox.Native Property

aspnet-devexpress-dot-web-dot-aspxtextbox.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Native { get; set; }
vb
<DefaultValue(False)>
Public Property Native As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

Native Mode

Text Box

Online Demo: Common Features - Native Mode

ASPxTextBox Class

ASPxTextBox Members

DevExpress.Web Namespace