Skip to main content

PageControlSettings Members

Contains the PageControl extension settings.

Constructors

Name Description
PageControlSettings() Initializes a new instance of the PageControlSettings class with default settings.

Properties

Name Description
AccessibilityCompliant Enables accessibility support. Inherited from TabControlSettingsBase.
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
ActivateTabPageAction Gets or sets a value that specifies which action forces a tab to be selected
ActiveTabIndex Gets or sets the index of a tab (tabbed page) which is selected within the TabControl. Inherited from TabControlSettingsBase.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
BeforeGetCallbackResult Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
ClientLayout Enables you to save and restore the previously saved layout of the PageControl.
ClientSideEvents Gets an object that lists the client-side events specific to the TabControl extension. Inherited from TabControlSettingsBase.
ClientVisible Gets or sets a value that specifies the initial visibility state of a TabControl on the client. Inherited from TabControlSettingsBase.
ControlStyle Provides access to the style settings declared at the root level of the TabControl’s wrapped web server control. Inherited from TabControlSettingsBase.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client. Inherited from TabControlSettingsBase.
EnableCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when changing pages via a callback.
EnableClientSideAPI Gets or sets a value that specifies whether the extension to which this TabControlSettingsBase object is passed can be manipulated on the client side via code. Inherited from TabControlSettingsBase.
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.
EnableHotTrack Gets or sets a value that specifies whether tabs can visually respond to mouse hovering. Inherited from TabControlSettingsBase.
EnableTabScrolling Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed extension. Inherited from TabControlSettingsBase.
EnableTheming Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtml Gets or sets whether to encode editor value and content. Inherited from SettingsBase.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
Images Provides access to the settings that define images for various elements within the TabControl. Inherited from TabControlSettingsBase.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
LoadingPanelImagePosition Obsolete. Gets or sets the position of an image displayed within a loading panel.
LoadingPanelText Obsolete. Gets or sets the text to be displayed within a loading panel while waiting for a callback response.
Name Specifies the unique identifier name for the extension. Inherited from SettingsBase.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RightToLeft Specifies whether to apply right-to-left representation to the extension. Inherited from TabControlSettingsBase.
SaveStateToCookies Gets or sets a value that specifies whether cookies are used to persist information about the PageControl’s state.
SaveStateToCookiesID Gets or sets the name (identifier) of the cookie in which the PageControl’s state is persisted.
SettingsLoadingPanel Provides access to the loading panel’s settings.
ShowLoadingPanel Obsolete. Gets or sets whether the loading panel can be displayed.
ShowLoadingPanelImage Obsolete. Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.
ShowTabs Gets or sets whether tab page headers are displayed within the PageControl.
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. Inherited from TabControlSettingsBase.
TabAlign Gets or sets the alignment of tabs along the side of the control, specified by the TabControlSettingsBase.TabPosition property. Inherited from TabControlSettingsBase.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
TabPages Gets the collection of tabbed pages within the current PageControl.
TabPosition Gets or sets the position of tabs within the current TabControl. Inherited from TabControlSettingsBase.
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.
Width Gets or sets the width of the extension. Inherited from SettingsBase.

Methods

Name Description
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.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetActiveTabTemplateContent(Action<PageControlTemplateContainer>) Allows you to specify a common template for an active tab.
SetActiveTabTemplateContent(String) Allows you to specify a common template for an active tab.
SetActiveTabTextTemplateContent(Action<PageControlTemplateContainer>) Allows you to create a common template used for displaying the text content of an active tab within the current PageControl.
SetActiveTabTextTemplateContent(String) Allows you to create a common template used for displaying the text content of an active tab within the current PageControl.
SetSpaceAfterTabsContent(Action<TemplateContainerBase>) Allows you to specify a template for the space after a tab’s content. Inherited from TabControlSettingsBase.
SetSpaceAfterTabsContent(String) Allows you to specify a template for the space after a tab’s content. Inherited from TabControlSettingsBase.
SetSpaceBeforeTabsContent(Action<TemplateContainerBase>) Allows you to specify a template for the space before a tab’s content. Inherited from TabControlSettingsBase.
SetSpaceBeforeTabsContent(String) Allows you to specify a template for the space before a tab’s content. Inherited from TabControlSettingsBase.
SetTabTemplateContent(Action<PageControlTemplateContainer>) Allows you to specify a common template for all tabs.
SetTabTemplateContent(String) Allows you to specify a common template for all tabs.
SetTabTextTemplateContent(Action<PageControlTemplateContainer>) Allows you to create a common template used for displaying the text content of all tabs within the current PageControl.
SetTabTextTemplateContent(String) Allows you to create a common template used for displaying the text content of all tabs within the current PageControl.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also