Skip to main content
A newer version of this page is available. .

RoundPanelSettings Properties

Contains the RoundPanel extension settings.
Name Description
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AllowCollapsingByHeaderClick Specifies whether a user can collapse a round panel with a mouse click.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
ClientSideEvents Gets an object that lists the client-side events specific to the RoundPanel.
ClientVisible Gets or sets a value that specifies the initial visibility state of a RoundPanel on the client.
CollapseButtonImage Gets the settings of an image displayed within the panel’s collapse button.
CollapseButtonStyle Gets style settings for a panel’s collapse button.
Collapsed Gets or sets a value that specifies whether the panel is collapsed.
ContentHeight Gets or sets a round panel content‘s height.
ContentPaddings Gets the round panel’s padding settings.
ControlStyle Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
CornerRadius Gets or sets the radius of the round panel corners.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
DefaultButton Gets or sets the name for the default button that is contained in a panel.
EnableAnimation Gets or sets a value that specifies whether a specific animation effect is used when expanding/collapsing the panel.
EnableClientSideAPI Gets or sets a value that specifies whether the extension to which this RoundPanelSettings object is passed can be manipulated on the client side via code.
Enabled Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableTheming Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtml Inherited from SettingsBase.
ExpandButtonImage Gets the settings of an image displayed in the panel’s collapse button, when the panel is collapsed.
GroupBoxCaptionOffsetX
GroupBoxCaptionOffsetY
HeaderImage Gets the settings of an image displayed within the round panel’s header.
HeaderNavigateUrl Gets or sets a URL where the client’s web browser will navigate, when the text or image is clicked within the panel’s header.
HeaderText Gets or sets the text displayed within the RoundPanel’s header.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
LoadingPanelImage Gets or sets the position of an image displayed within a loading panel with respect to the panel’s text content.
LoadingPanelStyle Gets the style settings of a specific loading panel displayed while waiting for a callback response.
Name Gets or sets the unique identifier name for the extension. Inherited from SettingsBase.
Parts Gets the settings that define different parts of the panel.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RightToLeft Gets or sets a value specifying whether or not an extension to which these settings are passed supports right-to-left representation.
SettingsLoadingPanel Provides access to the loading panel’s settings.
ShowCollapseButton Gets or sets a value that specifies whether a panel’s collapse button is displayed.
ShowHeader Gets or sets whether the RoundPanel’s header is displayed.
SkinID Gets or sets the skin to apply to the control. Inherited from SettingsBase.
Style Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
Styles Provides access to the style settings that control the appearance of the extension’s visual elements.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
Target
Theme Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTip Gets or sets a UI element’s tooltip text. Inherited from SettingsBase.
View Gets or sets the RoundPanel’s external appearance.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
See Also