Back to Devexpress

PivotGridFieldOptions Class

corelibraries-devexpress-dot-xtrapivotgrid-151dab7f.md

latest2.4 KB
Original Source

PivotGridFieldOptions Class

Contains options for a field.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public class PivotGridFieldOptions :
    PivotGridOptionsBase
vb
Public Class PivotGridFieldOptions
    Inherits PivotGridOptionsBase

The following members return PivotGridFieldOptions objects:

Remarks

The PivotGridFieldBase.Options property of a field of the PivotGridFieldOptions class lets you customize the field’s settings, such as whether an end-user can drag the field, sort and filter against the field, expand/collapse field values, etc. Use the PivotGridControl.OptionsCustomization property to customize these settings for all the fields at once.

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridFieldOptions PivotGridWebFieldOptions

PivotGridFieldOptionsEx

XRPivotGridFieldOptions

See Also

PivotGridFieldOptions Members

Options

OptionsCustomization

DevExpress.XtraPivotGrid Namespace