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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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