Skip to main content

PivotGridWebFieldOptions Class

Provides options for pivot grid fields.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public class PivotGridWebFieldOptions :
    PivotGridFieldOptions

The following members return PivotGridWebFieldOptions objects:

Remarks

The PivotGridWebFieldOptions class provides a set of properties that specify a field’s functionality available to end-users. These options can be accessed via the PivotGridField.Options property.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also