Skip to main content
All docs
V19.2

PivotGridWebOptionsFilter.NativeCheckBoxes Property

Gets or sets whether check boxes displayed within filter popup windows are rendered as native HTML check box elements.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to render check boxes displayed within filter popup windows as native HTML check box elements; false to render them as ASPxCheckBox controls.

Property Paths

You can access this nested property as listed below:

Object Type Path to NativeCheckBoxes
ASPxPivotGrid
.OptionsFilter.NativeCheckBoxes
MVCxPivotGrid
.OptionsFilter.NativeCheckBoxes
PivotGridSettings
.OptionsFilter.NativeCheckBoxes

Remarks

The NativeCheckBoxes property is set to true by default to increase overall pivot grid performance.

To display themable DevExpress check box controls, set the NativeCheckBoxes property to false.

See Also