Animation(Action<LoadPanelAnimationBuilder>)
|
Configures UI component visibility animations. This object contains two fields: show and hide. 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)
|
Specifies the UI component's container. Mirrors the client-side container option.
|
Container(String)
|
Specifies the UI component's container. Mirrors the client-side container option.
|
DeferRendering(JS)
|
Specifies whether to render the UI component's content when it is displayed. If false, the content is rendered immediately. Mirrors the client-side deferRendering option.
|
DeferRendering(Boolean)
|
Specifies whether to render the UI component's content when it is displayed. If false, the content is rendered immediately. Mirrors the client-side deferRendering option.
|
Delay(JS)
|
The delay in milliseconds after which the load panel is displayed. Mirrors the client-side delay option.
|
Delay(Double)
|
The delay in milliseconds after which the load panel is displayed. Mirrors the client-side delay option.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
FocusStateEnabled(JS)
|
Specifies whether or not the UI component can be focused. Mirrors the client-side focusStateEnabled option.
|
FocusStateEnabled(Boolean)
|
Specifies whether or not the UI component can be focused. Mirrors the client-side focusStateEnabled option.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
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)
|
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option.
|
Hint(String)
|
Specifies text for a hint that appears when a user pauses on the UI component. Mirrors the client-side hint option.
|
HoverStateEnabled(JS)
|
Specifies whether the UI component changes its state when a user pauses on it. Mirrors the client-side hoverStateEnabled option.
|
HoverStateEnabled(Boolean)
|
Specifies whether the UI component changes its state when a user pauses on it. 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)
|
A URL pointing to an image to be used as a load indicator. Mirrors the client-side indicatorSrc option.
|
IndicatorSrc(String)
|
A URL pointing to an image to be used as a load indicator. 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.
|
Message(JS)
|
Specifies the text displayed in the load panel. Ignored in the Material Design theme. Mirrors the client-side message option.
|
Message(String)
|
Specifies the text displayed in the load panel. Ignored in the Material Design theme. Mirrors the client-side message option.
|
MinHeight(JS)
|
Specifies the minimum height the UI component can reach while resizing. Mirrors the client-side minHeight option.
|
MinHeight(Double)
|
Specifies the minimum height the UI component can reach while resizing. Mirrors the client-side minHeight option.
|
MinHeight(String)
|
Specifies the minimum height the UI component can reach while resizing. Mirrors the client-side minHeight option.
|
MinWidth(JS)
|
Specifies the minimum width the UI component can reach while resizing. Mirrors the client-side minWidth option.
|
MinWidth(Double)
|
Specifies the minimum width the UI component can reach while resizing. Mirrors the client-side minWidth option.
|
MinWidth(String)
|
Specifies the minimum width the UI component can reach while resizing. Mirrors the client-side minWidth option.
|
OnContentReady(RazorBlock)
|
A function that is executed when the UI component is rendered and each time the component is repainted. Mirrors the client-side onContentReady option.
|
OnContentReady(String)
|
A function that is executed when the UI component is rendered and each time the component is repainted. Mirrors the client-side onContentReady option.
|
OnDisposing(RazorBlock)
|
A function that is executed before the UI component is disposed of. Mirrors the client-side onDisposing option.
|
OnDisposing(String)
|
A function that is executed before the UI component is disposed of. Mirrors the client-side onDisposing option.
|
OnHidden(RazorBlock)
|
A function that is executed after the UI component is hidden. Mirrors the client-side onHidden option.
|
OnHidden(String)
|
A function that is executed after the UI component is hidden. Mirrors the client-side onHidden option.
|
OnHiding(RazorBlock)
|
A function that is executed before the UI component is hidden. Mirrors the client-side onHiding option.
|
OnHiding(String)
|
A function that is executed before the UI component is hidden. Mirrors the client-side onHiding option.
|
OnInitialized(RazorBlock)
|
A function used in JavaScript frameworks to save the UI component instance. Mirrors the client-side onInitialized option.
|
OnInitialized(String)
|
A function used in JavaScript frameworks to save the UI component instance. Mirrors the client-side onInitialized option.
|
OnOptionChanged(RazorBlock)
|
A function that is executed after a UI component property is changed. Mirrors the client-side onOptionChanged option.
|
OnOptionChanged(String)
|
A function that is executed after a UI component property is changed. Mirrors the client-side onOptionChanged option.
|
OnShowing(RazorBlock)
|
A function that is executed before the UI component is displayed. Mirrors the client-side onShowing option.
|
OnShowing(String)
|
A function that is executed before the UI component is displayed. Mirrors the client-side onShowing option.
|
OnShown(RazorBlock)
|
A function that is executed after the UI component is displayed. Mirrors the client-side onShown option.
|
OnShown(String)
|
A function that is executed after the UI component is displayed. 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.
|
Render()
|
|
RtlEnabled(JS)
|
Switches the UI component to a right-to-left representation. Mirrors the client-side rtlEnabled option.
|
RtlEnabled(Boolean)
|
Switches the UI component to a right-to-left representation. Mirrors the client-side rtlEnabled option.
|
Shading(JS)
|
Specifies whether to shade the background when the UI component is active. Mirrors the client-side shading option.
|
Shading(Boolean)
|
Specifies whether to shade the background when the UI component is active. Mirrors the client-side shading option.
|
ShadingColor(JS)
|
Mirrors the client-side shadingColor option.
|
ShadingColor(String)
|
Mirrors the client-side shadingColor option.
|
ShowIndicator(JS)
|
A Boolean value specifying whether or not to show a load indicator. Mirrors the client-side showIndicator option.
|
ShowIndicator(Boolean)
|
A Boolean value specifying whether or not to show a load indicator. Mirrors the client-side showIndicator option.
|
ShowPane(JS)
|
A Boolean value specifying whether or not to show the pane behind the load indicator. Mirrors the client-side showPane option.
|
ShowPane(Boolean)
|
A Boolean value specifying whether or not to show the pane behind the load indicator. Mirrors the client-side showPane option.
|
ToString()
|
|
ToTemplate()
|
Renders the control as a template string for use in another control’s template.
|
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.
|