Back to Devexpress

PivotGridField.Options Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-4de79ab7.md

latest1.8 KB
Original Source

PivotGridField.Options Property

Contains the field’s options.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public PivotGridFieldOptionsEx Options { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property Options As PivotGridFieldOptionsEx

Property Value

TypeDescription
PivotGridFieldOptionsEx

A PivotGridFieldOptionsEx 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

OptionsCustomization

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace