Back to Devexpress

PivotGridFieldBase.Options Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-9e43c6c2.md

latest1.8 KB
Original Source

PivotGridFieldBase.Options Property

Contains the field’s options.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public PivotGridFieldOptions Options { get; }
vb
Public ReadOnly Property Options As PivotGridFieldOptions

Property Value

TypeDescription
PivotGridFieldOptions

A PivotGridFieldOptions object which contains the field’s options.

|

Remarks

This property provides access to 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 fields simultaneously.

See Also

OptionsBehavior

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace