Skip to main content
A newer version of this page is available. .

MVCxPivotGridWebOptionsData Class

Provides data specific options for PivotGrid.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class MVCxPivotGridWebOptionsData :
    PivotGridWebOptionsData

The following members accept/return MVCxPivotGridWebOptionsData objects:

Remarks

The MVCxPivotGridWebOptionsData class provides a set of properties that control data specific operations in the PivotGrid. Use the PivotGridSettings.OptionsData property to access these options.

See Also