DataGridLoadPanelBuilder Methods
Provides methods that allow you to configure nested options of the client-side loadPanel object.Name | Description |
---|---|
Enabled(JS) | Enables displaying the load panel automatically. Mirrors the client-side enabled option. |
Enabled(Mode) | Enables displaying the load panel automatically. Mirrors the client-side enabled option. |
Enabled(Boolean) | Enables displaying the load panel automatically. Mirrors the client-side enabled option. |
Enabled(String) | Obsolete. Enables displaying the load panel automatically. 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 in pixels. Mirrors the client-side height option. |
Height(Double) | Specifies the height of the load panel in pixels. Mirrors the client-side height option. |
Height(String) | |
IndicatorSrc(JS) | Specifies a URL pointing to an image to be used as a loading indicator. Mirrors the client-side indicatorSrc option. |
IndicatorSrc(String) | Specifies a URL pointing to an image to be used as a loading 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 is shown. Mirrors the client-side shading option. |
Shading(Boolean) | Specifies whether to shade the UI component when the load panel is shown. 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 to show the loading indicator. Mirrors the client-side showIndicator option. |
ShowIndicator(Boolean) | Specifies whether to show the loading indicator. Mirrors the client-side showIndicator option. |
ShowPane(JS) | Specifies whether to show the pane of the load panel. Mirrors the client-side showPane option. |
ShowPane(Boolean) | Specifies whether to show the pane of the load panel. Mirrors the client-side showPane option. |
Text(JS) | Specifies text displayed on the load panel. Mirrors the client-side text option. |
Text(String) | Specifies text displayed on the 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 in pixels. Mirrors the client-side width option. |
Width(Double) | Specifies the width of the load panel in pixels. Mirrors the client-side width option. |
Width(String) |
See Also