Skip to main content

LoadPanelBuilder Methods

A LoadPanel control.
Name Description
Animation(Action<LoadPanelAnimationBuilder>) Mirrors the client-side animation object.
CloseOnOutsideClick(JS) Obsolete. Mirrors the client-side closeOnOutsideClick option.
CloseOnOutsideClick(Boolean) Obsolete. Mirrors the client-side closeOnOutsideClick option.
Container(JS) Mirrors the client-side container option.
Container(String) Mirrors the client-side container option.
CopyRootClassesToWrapper(JS) Obsolete. This API is obsolete now.
CopyRootClassesToWrapper(Boolean) Obsolete. This API is obsolete now.
DeferRendering(JS) Mirrors the client-side deferRendering option.
DeferRendering(Boolean) Mirrors the client-side deferRendering option.
Delay(JS) Mirrors the client-side delay option.
Delay(Double) Mirrors the client-side delay option.
ElementAttr(JS) Obsolete. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Obsolete. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Obsolete. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Obsolete. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
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.
FocusStateEnabled(JS) Mirrors the client-side focusStateEnabled option.
FocusStateEnabled(Boolean) Mirrors the client-side focusStateEnabled option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(JS) Mirrors the client-side height option.
Height(Double) Mirrors the client-side height option.
Height(String) Mirrors the client-side height option.
HideOnOutsideClick(JS)
HideOnOutsideClick(Boolean)
HideOnParentScroll(JS)
HideOnParentScroll(Boolean)
Hint(JS) Mirrors the client-side hint option.
Hint(String) Mirrors the client-side hint option.
HoverStateEnabled(JS) Mirrors the client-side hoverStateEnabled option.
HoverStateEnabled(Boolean) Mirrors the client-side hoverStateEnabled option.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
IndicatorSrc(JS) Mirrors the client-side indicatorSrc option.
IndicatorSrc(String) Mirrors the client-side indicatorSrc option.
MaxHeight(JS) Mirrors the client-side maxHeight option.
MaxHeight(Double) Mirrors the client-side maxHeight option.
MaxHeight(String) Mirrors the client-side maxHeight option.
MaxWidth(JS) Mirrors the client-side maxWidth option.
MaxWidth(Double) Mirrors the client-side maxWidth option.
MaxWidth(String) Mirrors the client-side maxWidth option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Message(JS) Mirrors the client-side message option.
Message(String) Mirrors the client-side message option.
MinHeight(JS) Mirrors the client-side minHeight option.
MinHeight(Double) Mirrors the client-side minHeight option.
MinHeight(String) Mirrors the client-side minHeight option.
MinWidth(JS) Mirrors the client-side minWidth option.
MinWidth(Double) Mirrors the client-side minWidth option.
MinWidth(String) Mirrors the client-side minWidth option.
OnContentReady(RazorBlock) Mirrors the client-side onContentReady option.
OnContentReady(String) Mirrors the client-side onContentReady option.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnHidden(RazorBlock) Mirrors the client-side onHidden option.
OnHidden(String) Mirrors the client-side onHidden option.
OnHiding(RazorBlock) Mirrors the client-side onHiding option.
OnHiding(String) Mirrors the client-side onHiding option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnShowing(RazorBlock) Mirrors the client-side onShowing option.
OnShowing(String) Mirrors the client-side onShowing option.
OnShown(RazorBlock) Mirrors the client-side onShown option.
OnShown(String) Mirrors the client-side onShown option.
Option(String, Object) Specifies an option by its name.
Position(PositionAlignment) Mirrors the client-side position option.
Position(Action<PositionConfigBuilder>) Mirrors the client-side position object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
Shading(JS) Mirrors the client-side shading option.
Shading(Boolean) Mirrors the client-side shading option.
ShadingColor(JS) Mirrors the client-side shadingColor option.
ShadingColor(String) Mirrors the client-side shadingColor option.
ShowIndicator(JS) Mirrors the client-side showIndicator option.
ShowIndicator(Boolean) Mirrors the client-side showIndicator option.
ShowPane(JS) Mirrors the client-side showPane option.
ShowPane(Boolean) Mirrors the client-side showPane option.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
Width(String) Mirrors the client-side width option.
WrapperAttr(JS) Mirrors the client-side wrapperAttr option, specifies attributes for the control’s root HTML element.
WrapperAttr(Dictionary<String, Object>) Mirrors the client-side wrapperAttr option, specifies attributes for the control’s root HTML element.
WrapperAttr(Object) Mirrors the client-side wrapperAttr option, specifies attributes for the control’s root HTML element.
WrapperAttr(String, Object) Mirrors the client-side wrapperAttr option, specifies attributes for the control’s root HTML element.
See Also