Back to Devexpress

PivotGridWebOptionsLoadingPanel Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-5992b4de.md

latest2.1 KB
Original Source

PivotGridWebOptionsLoadingPanel Class

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

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridWebOptionsLoadingPanel :
    PivotGridOptionsBase
vb
Public Class PivotGridWebOptionsLoadingPanel
    Inherits PivotGridOptionsBase

The following members return PivotGridWebOptionsLoadingPanel objects:

Remarks

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

Implements

INotifyPropertyChanged

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridWebOptionsLoadingPanel MVCxPivotGridWebOptionsLoadingPanel

See Also

PivotGridWebOptionsLoadingPanel Members

OptionsLoadingPanel

DevExpress.Web.ASPxPivotGrid Namespace