Back to Devexpress

PivotGridFieldOptionsEx Class

windowsforms-devexpress-dot-xtrapivotgrid-5e20f563.md

latest1.9 KB
Original Source

PivotGridFieldOptionsEx Class

Contains options for a field.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

The following members return PivotGridFieldOptionsEx objects:

Remarks

A field’s PivotGridField.Options property of the PivotGridFieldOptionsEx 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 PivotGridFieldOptionsEx

See Also

PivotGridFieldOptionsEx Members

DevExpress.XtraPivotGrid Namespace