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