Skip to main content

PivotGridLoadPanelBuilder Methods

Provides methods that allow you to configure nested options of the client-side loadPanel object.
Name Description
Enabled(JS) Enables or disables the load panel. Mirrors the client-side enabled option.
Enabled(Boolean) Enables or disables the load panel. Mirrors the client-side enabled option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(JS) Specifies the height of the load panel. Mirrors the client-side height option.
Height(Double) Specifies the height of the load panel. Mirrors the client-side height option.
IndicatorSrc(JS) Specifies the URL pointing to an image that will be used as a load indicator. Mirrors the client-side indicatorSrc option.
IndicatorSrc(String) Specifies the URL pointing to an image that will be used as a load indicator. Mirrors the client-side indicatorSrc option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Shading(JS) Specifies whether to shade the UI component when the load panel appears. Mirrors the client-side shading option.
Shading(Boolean) Specifies whether to shade the UI component when the load panel appears. Mirrors the client-side shading option.
ShadingColor(JS) Specifies the shading color. Applies only if shading is true. Mirrors the client-side shadingColor option.
ShadingColor(String) Specifies the shading color. Applies only if shading is true. Mirrors the client-side shadingColor option.
ShowIndicator(JS) Specifies whether or not to show a load indicator. Mirrors the client-side showIndicator option.
ShowIndicator(Boolean) Specifies whether or not to show a load indicator. Mirrors the client-side showIndicator option.
ShowPane(JS) Specifies whether or not to show load panel background. Mirrors the client-side showPane option.
ShowPane(Boolean) Specifies whether or not to show load panel background. Mirrors the client-side showPane option.
Text(JS) Specifies the text to display inside a load panel. Mirrors the client-side text option.
Text(String) Specifies the text to display inside a load panel. Mirrors the client-side text option.
ToString() Returns a string that represents the current object. Inherited from Object.
Width(JS) Specifies the width of the load panel. Mirrors the client-side width option.
Width(Double) Specifies the width of the load panel. Mirrors the client-side width option.
See Also