Version

Infragistics.WebUI.WebSchedule.UltraWebTab Namespace

Classes
 ClassDescription
ClassAsyncOptions Options related to hidden asynchronous post back of tabs which ContentPanes contain child controls.
ClassClientSideEvents Object that keeps the list of names for event function handlers used by JavaScript on client side.
ClassContentPane The ContentPane object handles context displayed in the UltraWebTab when a particular Tab object is selected.
ClassMoreTabs Container of images that appear on a more-tabs button and their locations.
ClassRenderProps  
ClassRoundedImage Container of properties that define rounded shape for UltraWebTab tabs.
ClassScrollButton Container of images and text that appear on a scroll button.
ClassScrollButtons Container of properties that defines appearance and behavior of buttons used to scroll tabs.
ClassTab The Tab object represents a selectable item in the Tab control that will change the contents displayed depending on the settings of the ContentPane object.
ClassTabItem Tab and TabSeparator class both inherit from this class and contains common properties.
ClassTabs The Tabs collection holds all Tab and TabSeparator objects that will be displayed in the UltraWebTab control.
ClassTabSeparator TabSeparator object represents a space between items in the Tab control.
ClassTagConverter Summary description for TagConverter.
ClassUltraWebTab The web control that renders tabs and displays child controls or TargerUrl associated with the selected tab. In case of level browsers it is able to use javascript and navigate through tabs without post back to server.
ClassWebTabEvent WebTabEvent object is used to store event data.
Delegates
 DelegateDescription
DelegateTabClickEventHandler Handler of events that are fired when selected tab was changed.
Enumerations
 EnumerationDescription
EnumerationAsyncMode Disable or enable hidden asynchronous post back.
EnumerationAsyncRequestContext The options related to request while hidden asynchronous post back.
EnumerationAsyncResponseContext The options related to response while hidden asynchronous post back.
EnumerationAsyncTabOption The options related to hidden asynchronous post back for a particular Tab.
EnumerationAsyncTriggers The options related to actions that may trigger hidden asynchronous post back.
EnumerationBrowserTarget Specifies the target rendering for different browsers.
EnumerationDisplayMode The appearance of tabs such as SingleRow/MultiRow/Scrollable for tabs with top or bottom orientations.
EnumerationOverflowType The type of overflow child controls in ContentPane.
EnumerationRoundedImageStyle

Specifies the style to render RoundedImage.

Image can not be stretched and it is used as it is. While rendering, a tab is subdivided on 2-3 parts and every part is painted separately using different parts of provided image.

EnumerationScrollButtonsVisibility The location of scrollbar buttons and "more-tabs" scrollbar buttons.
EnumerationStylePreset The style of preset.
EnumerationTabOrientation Used with the TabOrientation property of the UltraWebTab object.
EnumerationTextOrientation Specifies the alignment of text rendered in the tab objects.
See Also