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

MVCxPivotGridWebOptionsLoadingPanel Class

Provides settings that affect the Loading Panel’s appearance and functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxPivotGridWebOptionsLoadingPanel :
    PivotGridWebOptionsLoadingPanel

The following members return MVCxPivotGridWebOptionsLoadingPanel objects:

Remarks

These settings allow you to specify the loading panel’s text, image, etc., and can be accessed via the PivotGridSettings.OptionsLoadingPanel property.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also