Back to Devexpress

PivotGridOptionsDataField Class

corelibraries-devexpress-dot-xtrapivotgrid-da492ba9.md

latest2.5 KB
Original Source

PivotGridOptionsDataField Class

Provides the options which control the presentation of data fields in the XtraPivotGrid.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

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

The following members return PivotGridOptionsDataField objects:

LibraryRelated API Members
WinForms ControlsPivotGridControl.OptionsDataField
.NET Reporting ToolsXRPivotGrid.OptionsDataField

Remarks

The PivotGridOptionsDataField class provides the properties which control the presentation of data fields in the XtraPivotGrid. Refer to the descriptions of the individual class members for more information.

The PivotGridOptionsDataField object can be accessed via the pivot grid’s PivotGridControl.OptionsDataField property.

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsDataField PivotGridWebOptionsDataField

MVCxPivotGridWebOptionsDataField

See Also

PivotGridOptionsDataField Members

OptionsDataField

DevExpress.XtraPivotGrid Namespace