Skip to main content
Tab

ASPxListBox.NativeCheckBoxes Property

Gets or sets a value specifying whether check boxes are rendered as native HTML check box elements within the ASPxListBox control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool NativeCheckBoxes { get; set; }

Property Value

Type Default Description
Boolean false

true if check boxes are rendered as standard HTML elements; otherwise, false.

Remarks

When the ASPxListBox.SelectionMode property is set to CheckColumn, check boxes are displayed next to list box items. Use the NativeCheckBoxes property to specify whether the check boxes are rendered as standard HTML elements or with fully supported customization of its appearance.

See Also