PivotGridOptionsBase Constructors
Serves as a base for classes that represent the Pivot Grid control’s options.Name | Parameters | Description |
---|---|---|
PivotGridOptionsBase() | none | Initializes a new instance of the PivotGridOptionsBase class. |
PivotGridOptionsBase(EventHandler, IViewBagOwner, String) | optionsChanged, viewBagOwner, objectPath | Initializes a new instance of the PivotGridOptionsBase class. |
PivotGridOptionsBase(EventHandler) | optionsChanged | Initializes a new instance of the PivotGridOptionsBase class. |
See Also