Skip to main content

PivotGridOptionsDataField Constructors

Provides the options which control the presentation of data fields in the XtraPivotGrid.
Name Parameters Description
PivotGridOptionsDataField(PivotGridData, IViewBagOwner, String) data, owner, objectPath Initializes a new instance of the PivotGridOptionsDataField class with the specified settings.
PivotGridOptionsDataField(PivotGridData, EventHandler, IViewBagOwner, String) data, optionsChanged, owner, objectPath Initializes a new instance of the PivotGridOptionsDataField class with the specified settings.
PivotGridOptionsDataField(PivotGridData, EventHandler) data, optionsChanged Initializes a new instance of the PivotGridOptionsDataField class with the specified settings.
PivotGridOptionsDataField(PivotGridData) data Initializes a new instance of the PivotGridOptionsDataField class.
See Also