Skip to main content
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.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 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