Skip to main content
A newer version of this page is available. .
Tab

ASPxListBox.Native Property

Gets or sets a value specifying whether the ASPxListBox control is rendered as a native HTML list box element.

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 list box control is rendered as a standard HTML list box; otherwise, false.

Remarks

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

See Also