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

ASPxComboBox.Native Property

Gets or sets a value specifying whether the ASPxComboBox control is rendered as a native HTML dropdown list 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 combo box control is rendered as a standard HTML dropdown list box; otherwise, false.

Remarks

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

See Also