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

PivotGridField.Options Property

Contains the field’s options.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridWebFieldOptions Options { get; }

Property Value

Type Description
PivotGridWebFieldOptions

A PivotGridWebFieldOptions object which contains the field’s options.

Remarks

This property provides access to the field’s settings that allow you to specify whether an end-user can drag the field, sort and filter against the field, expand/collapse field values, etc.

See Also