
| Kettic.AspNet.Controls Namespace | 
 Classes
Classes
        | Class | Description | |
|---|---|---|
|   | AdvancedFormSettings | |
|   | AjaxClientEvents | |
|   | AjaxRequestEventArgs | |
|   | AjaxSetting | 
            Represents a single AjaxConsole setting - a mapping between a control that
            initiates an AJAX request and a collection of controls to be updated by the
            operation.
             | 
|   | AjaxSettingCreatedEventArgs | |
|   | AjaxSettingCreatingEventArgs | |
|   | AjaxSettingsCollection | 
            Summary description for ConfiguredControls.
             | 
|   | AjaxUpdatedControl | 
            This class holds a reference to a single updated control and the loading panel to
            display.
             | 
|   | AjaxUpdatedControlsCollection | A collection of the controls that are updated by the AjaxConsole. | 
|   | AnimationSettings | 
            Represents the animation settings like type and duration.
             | 
|   | Appointment | |
|   | AppointmentCancelingEditEventArgs | |
|   | AppointmentCollection | |
|   | AppointmentCommandEventArgs | |
|   | AppointmentContextMenuItemClickedEventArgs | |
|   | AppointmentContextMenuItemClickingEventArgs | |
|   | AppointmentControl | |
|   | AppointmentCreatedEventArgs | |
|   | AppointmentData | |
|   | AppointmentUpdateEventArgs | |
|   | AsyncUploadConfiguration | 
            Default implementation of IAsyncUploadConfiguration.
            Base class that can be used to pass custom information from the page to the handler. Inherit this class and 
            add a relevant data.
             | 
|   | AsyncUploadHandler | |
|   | AsyncUploadResult | 
            Default implementation of IAsyncUploadResult.
            Inherit this class and add additional fields to be returned from the upload handler.
             | 
|   | BaseMultiDayViewSettings | |
|   | BinarImageDataContainer | 
            Represents an object which contains KaxBinaryImage's data content
             | 
|   | BinaryImageFilter | |
|   | BinaryImageFilterCollection | |
|   | BinaryImageTransformationFilter | |
|   | BotTrapLinkHandler | 
            Bot trap stream HttpModule. Adds Bot Guids to the cache.
              Remarks 
            You *MUST* enable this HttpHandler in your web.config, like so:
                <httpHandlers>
                    <add verb="GET" path="BotHandler.axd" type="Kettic.AspNet.Controls.SpamProtection.AutoBotDiscovery.Strategies.BotTrapLinkHandler, Kettic.Cms.Web.UI" />
                </httpHandlers>
             | 
|   | CalendarAnimationSettings | |
|   | CalendarPopupButton | 
            The control that toggles the calendar popup.  
            You can customize the appearance by setting the object's properties.
             | 
|   | CaptchaAudio | |
|   | CaptchaAudioHandler | 
            Captcha audio stream HttpModule. "Speaks" the Captcha code,
            renders them to memory and streams it to the browser.
              Remarks 
            To use this handler, add it in your web.config, like so:
                <httpHandlers>
                    <add verb="GET" path="Kettic.AspNet.Controls.WebResource.axd" type="Kettic.AspNet.Controls.WebResource" />
                </httpHandlers>
             | 
|   | CaptchaCombineAudio | |
|   | CaptchaImage | 
            KaxCaptcha image generation class
             | 
|   | CaptchaImageHandler | 
            Captcha image stream HttpModule. Retrieves KaxCaptcha objects from cache (or session), 
            renders them to memory, and streams them to the browser.
              Remarks 
            To use this handler, add it in your web.config, like so:
                <httpHandlers>
                    <add verb="GET" path="Kettic.AspNet.Controls.WebResource.axd" type="Kettic.AspNet.Controls.WebResource" />
                </httpHandlers>
             | 
|   | CdnSettings | 
            Base class for CDN Related settings
             | 
|   | ChartClientSettings | Chart client settings | 
|   | ChartException | Obsolete. | 
|   | ChartHttpHandler | |
|   | ClientOperationT | 
            	Represents an client-side operation (e.g. adding an item, removing an item, updating an item etc.)
             | 
|   | ClientPersistedPropertyAttribute | 
            Used internally.
             | 
|   | ColorPickerItem | |
|   | ColorPickerItemCollection | 
                A collection of ColorPickerItem objects in a
                KaxColorPicker control.
             | 
|   | CombinedScriptWriter | |
|   | ComboBoxAnimationSettings | 
            Represents the animation settings like type and duration for the KaxComboBox control.
             | 
|   | ComboBoxStrings | 
            The localization strings to be used in KaxComboBox.
             | 
|   | CompressedPageState | |
|   | ContentEncoder | |
|   | ContextMenuControlTarget | 
            Represents a ContextMenuTargettarget, specified
            by the id of a server control.
             | 
|   | ContextMenuDocumentTarget | 
            Specifies that the KaxContextMenu will be displayed
                when a right-click on the entire page occurs.
             | 
|   | ContextMenuElementTarget | 
            Represents a ContextMenuTargettarget, specified
            by client-side element id.
             | 
|   | ContextMenuSettings | |
|   | ContextMenuTagNameTarget | 
            Represents a ContextMenuTargettarget, specified
            by element tagName.
             | 
|   | ContextMenuTarget | 
            An abstract class representing a target
               which KaxContextMenu will be attached to.
             | 
|   | ContextMenuTargetCollection | 
            Represents a collection of ContextMenuTarget objects.
             | 
|   | ControlItem | |
|   | ControlItemCollection | |
|   | ControlItemContainer | |
|   | ControlItemData | 
            	Data class used for transferring control items (menu items, tree nodes, etc.)
            	from and to web services.
             | 
|   | CreateRecurrenceExceptionContext | |
|     | DailyRecurrenceRule | Occurrences of this rule repeat on a daily basis. | 
|   | DataKey | |
|   | DataPagerStrings | |
|   | DateInputSetting | |
|   | DayTemplate | 
            Descendent of Control, DayTemplate implements an ITemplate wrapper, required for building
            collections of templates like CalendarDayTemplateCollection.
             | 
|   | DayViewSettings |  Represents settings for KaxScheduler's day view.  | 
|   | DbSchedulerProviderBase | |
|   | DefaultSiteMapLevelSetting | 
            Specialized class for the KaxSiteMap.DefaultLevelSettings.
            Removes the Level property from the property grid and IntelliSense.
             | 
|   | DesignerInfo | |
|   | DialogControl | |
|   | DialogDefinition | |
|   | DialogDefinitionDictionary | |
|   | DialogHandler | 
            This is the default dialog handler class for Kettic dialogs. It requires Session State to be enabled
             | 
|   | DialogHandlerNoSession | 
            This class can be used instead of the default (DialogHandler) class for Kettic dialogs. It does not require Session State to be enabled.
             | 
|   | DialogOpener | Obsolete. 
            This class is provided for backwards compatibility with old solutions.
             | 
|   | DialogParameters | |
|   | DialogParametersDictionary | |
|   | DialogParametersProvider | |
|     | DigitMaskPart | Represents a single character, digit only mask part. | 
|   | DockCloseCommand | 
            Represents the Close command item in a KaxDock control.
             | 
|   | DockCollection | |
|   | DockCommand | 
            Represents a custom command item in a KaxDock control.
             | 
|   | DockCommandCollection | 
            A collection of DockCommand objects in a KaxDock control.
             | 
|   | DockCommandEventArgs | 
            Provides data for the DockCommand event.
             | 
|   | DockExpandCollapseCommand | 
            Represents the ExpandCollapse command item in a KaxDock control.
             | 
|   | DockLayoutEventArgs | 
            Provides data for the SaveDockLayout and the LoadDockLayout events.
             | 
|   | DockPinUnpinCommand | 
            Represents the PinUnpin command item in a KaxDock control.
             | 
|   | DockPositionChangedEventArgs | 
            Provides data for the DockPositionChanged event.
             | 
|   | DockToggleCommand | 
            Represents a two state command item in a KaxDock control.
             | 
|   | DynamicClass | |
|   | DynamicMethodDelegateFactory | |
|   | EditorColor | 
            A KaxEditor color picker color
             | 
|   | EditorColorCollection | 
            A strongly typed collection of EditorColor objects
             | 
|   | EditorContextMenu | 
            Represents a KaxEditor context menu.
             | 
|   | EditorContextMenuCollection | 
            A strongly typed collection of EditorContextMenu objects
             | 
|   | EditorCssClass | 
            Represents a CssClass dropdown item.
             | 
|   | EditorCssClassCollection | 
            A strongly typed collection of EditorCssClass objects
             | 
|   | EditorCssFile | 
            Represents a CssFile item.
             | 
|   | EditorCssFileCollection | 
            A strongly typed collection of EditorCssFile objects
             | 
|   | EditorDropDown | 
            Represents a EditorDropDown tool that renders as a custom dropdown in the editor
             | 
|   | EditorDropDownItem | 
            Represents a EditorDropDownItem dropdown item from a custom editor dropdown
             | 
|   | EditorDropDownItemCollection | 
            A strongly typed collection of EditorDropDownItem objects
             | 
|   | EditorExportingArgs | |
|   | EditorExportSettings | 
            Container of misc. export settings of KaxEditor control
             | 
|   | EditorFont | 
            Represents a FontName dropdown item.
             | 
|   | EditorFontCollection | 
            A strongly typed collection of EditorFont objects
             | 
|   | EditorFontSize | 
            Represents a FontSize dropdown item.
             | 
|   | EditorFontSizeCollection | 
            A strongly typed collection of EditorFontSize objects
             | 
|   | EditorLink | |
|   | EditorLinkCollection | 
            A strongly typed collection of EditorLink objects
             | 
|   | EditorModule | |
|   | EditorModuleCollection | |
|   | EditorNameValueItem | |
|   | EditorNameValueItemCollectionItemType | |
|   | EditorParagraph | 
            Represents a FormatBlock dropdown item.
             | 
|   | EditorParagraphCollection | 
            A strongly typed collection of EditorParagraph objects
             | 
|   | EditorRealFontSize | 
            Represents a RealFontSize dropdown item.
             | 
|   | EditorRealFontSizeCollection | 
            A strongly typed collection of EditorRealFontSize objects
             | 
|   | EditorRtfSettings | 
            Container of misc. settings for rtf load/export
             | 
|   | EditorSeparator | 
            A special EditorTool object, which is rendered as a separator by the default
            ToolAdapter.
             | 
|   | EditorSnippet | 
            Represents a InsertSnippet dropdown item.
             | 
|   | EditorSnippetCollection | 
            A strongly typed collection of EditorSnippet objects
             | 
|   | EditorSplitButton | 
            Represents a EditorDropDown tool that renders as a custom dropdown in the editor
             | 
|   | EditorSymbol | 
            Represents a InsertSymbol dropdown item.
             | 
|   | EditorSymbolCollection | 
            A strongly typed collection of EditorSymbol objects
             | 
|   | EditorTool | 
            Represents a single KaxEditor tool.
             | 
|   | EditorToolCollection | |
|   | EditorToolGroup | 
            Represents logical group of EditorTool objects. The default ToolAdapter will
            render the EditorToolGroup object as a toolbar.
             | 
|   | EditorToolGroupCollection | 
            State managed collection of EditorToolGroup objects
             | 
|   | EditorToolStrip | 
            Represents a ToolStrip KaxEditor tool, containing other tools.
             | 
|   | EditorValueItem | |
|   | EditorValueItemCollectionItemType | |
|     | EnumerationMaskPart | 
            Represents a MaskPart object which accepts only a predefined set of
            options.
             | 
|   | ExcelExportCellFormattingEventArgs | |
|   | FileManagerDialogConfiguration | 
            Encapsulates the properties used for FileBrowser dialog management.
             | 
|   | FileUploadedEventArgs | |
|   | FilterStrings | 
            The localization strings to be used in KaxFilter.
             | 
|     | FreeMaskPart | 
            Represents a single character MaskPart object which accepting any
            character.
             | 
|   | GridAnimationSettings | |
|   | GridAttachmentColumn | |
|   | GridAttachmentColumnEditor | |
|   | GridBaseDataList | Serves as the abstract base class for data tables. This class provides the methods and properties common to all tables in Kettic KaxGrid. | 
|   | GridBinaryImageColumn | |
|   | GridBinaryImageColumnEditor | |
|   | GridBindingData | |
|   | GridBindingException | |
|   | GridBoolColumnEditor | This is a base class for all column editors for GridCheckBoxColumn. | 
|   | GridBoundColumn | 
            A column type for the KaxGrid control that is bound to a field in a data
            source.
             | 
|   | GridButtonColumn | It displays a button for each item in the column. | 
|   | GridCalculatedColumn | |
|   | GridCellDataBoundEventArgs | |
|   | GridCheckBoxColumn | 
            Displays a CheckBox control for each item in the column. This allows you
            to edit for example Boolean field(s) from data table(s).
             | 
|   | GridCheckBoxColumnEditor | |
|   | GridClientDataBinding | |
|   | GridClientDataService | |
|   | GridClientDeleteColumn | 
            A special type of GridButtonColumn, including a delete buttons in each row. It
            provides the functionality of erasing records client-side, without making a round trip
            to the server.
             | 
|   | GridClientEvents | |
|   | GridClientKeyMappings | |
|   | GridClientMessages | 
            Contains properties related to messages appearing as tooltips for various grid
            actions. You can use this class for localizing the grid messages.
             | 
|   | GridClientSelectColumn | 
            Displays a Checkbox control for each item in the column. This
            allows you to select grid rows client-side automatically when you change the status of
            the checkbox to checked.
             | 
|   | GridClientSettings | |
|   | GridColumn | A Column is the main logic unit that relates the content of the grid to properties of the objects in the DataSource. The GridColumn defines the properties and methods that are common to all column types in KaxGrid. As it is an abstract class (MustInherit in VB.NET) GridColumn class can not be created directly. You should inherit it and use its children. | 
|   | GridColumnCollection | 
            The collection of columns of KaxGrid or its tables. Accessible through
            Columns property of KaxGrid and GridTableView (MainView)
            classes.
             | 
|   | GridColumnCreatedEventArgs | |
|   | GridColumnCreatingEventArgs | |
|   | GridColumnEditorBase | |
|   | GridColumnEditorException | |
|   | GridColumnsReorderEventArgs | |
|   | GridCommandEventArgs | 
            Event arguments for the following events: CancelCommand, EditCommand, ItemCommand, SortCommand.
             | 
|   | GridCommandItem | 
            Item that is displayed on top or at the bottom of the each GridTableView base on the settings of 
            CommandItemDisplay property. Generally this item displays by default "Add new record" and "Refresh" button,
            but it can be customized using the CommandItemTemplate. The commands bubbled through this item will be fired by 
            KaxGrid.ItemCommand event. 
             | 
|   | GridCommandItemSettings | |
|   | GridContextMenu | |
|   | GridCreateColumnEditorEventArgs | |
|   | GridCsvSettings | |
|   | GridCustomAggregateEventArgs | |
|   | GridDataChangeEventArgs | |
|   | GridDataInsertItem | |
|   | GridDataItem | |
|   | GridDataItemCollection | |
|   | GridDataKeyArray | |
|   | GridDateTimeColumn | 
            A column type for the KaxGrid control that is bound to a field in a data
            source which is of type DateTime. Displays KaxDatePicker, KaxDateTimePicker or KaxDateInput for editor and filter control.
             | 
|   | GridDateTimeColumnEditor | |
|   | GridDeletedEventArgs | |
|   | GridDeletingEventArgs | |
|   | GridDeselectCommandEventArgs | |
|   | GridDetailTableDataBindEventArgs | |
|   | GridDownloadAttachmentCommandEventArgs | |
|   | GridDragDropColumn | |
|   | GridDragDropEventArgs | |
|   | GridDropDownColumn | 
            Displays a DropDown control for each item in the column. This allows you
            to edit for example lookup field(s) from data table(s).
             | 
|   | GridDropDownColumnEditor | 
            Summary description for GridDropDownColumnEditor.
             | 
|   | GridDropDownListColumnEditor | |
|   | GridEditableColumn | 
            All columns in KaxGrid that have editing capabilities derive from GridEditableColumn.
            This class implements the base functionality for editing, using column editors etc.
             | 
|   | GridEditableItem | |
|   | GridEditCommandColumn | |
|   | GridEditFormInsertItem | |
|   | GridEditFormItem | |
|   | GridEditFormItemEditFormTableCell | |
|   | GridEditFormSettings | 
            Settings for the edit forms generated by a GridTableView for each item that is in edit mode and the 
            EditMode is set to EditForms.
             | 
|   | GridExcelSettings | |
|   | GridException | |
|   | GridExpandColumn | 
            This column appears when the grid has a hierarchical structure, to facilitate the
            expand/collapse functionality. The expand column is always placed in front of all other
            grid content columns and can not be moved.
             | 
|   | GridExpandCommandEventArgs | |
|   | GridExportingArgs | |
|   | GridExportSettings | |
|   | GridFilterCommandEventArgs | |
|   | GridFilterExpression | |
|   | GridFilterFunction | 
            Used when column-based filtering feature of KaxGrid is enabled. Defines properties and methods for formatting the 
            predefined filter expressions
             | 
|   | GridFilterFunctionFunctionEntry | |
|   | GridFilterFunctionStringFunctionEntry | |
|   | GridFilteringException | |
|   | GridFilteringItem | 
                It's an item, displaying input controls, which allows user to enter a filter values
                for each visible column in a GridTableView. By default the columns render a textbox
                and a button, displaying the filtering menu on click. This item is visible based on
                the settings of AllowFilteringByColumn property.
                The items is displayed right under the header row of a GridTabelView.
             | 
|   | GridFilteringParamsException | |
|   | GridFilterMenu | Filter menu of Kettic KaxGrid. | 
|   | GridFooterItem | 
            Displays the footer row of a GridTableView with cells for each column in the grid similar to GridHeaderItem.
             | 
|   | GridGroupByException | |
|   | GridGroupByExpression | |
|   | GridGroupByExpressionCollection | |
|   | GridGroupByExpressionCollectionGridGroupByExpressionEnumerator | |
|   | GridGroupByField | |
|   | GridGroupFooterItem | |
|   | GridGroupHeaderItem | 
            The item which splits the groups (when utilizing the grouping feature of KaxGrid)
            and provides expand/collapse functionality for them.
             | 
|   | GridGroupingSettings | |
|   | GridGroupPanel | 
            GridGroupPanel will appear when the ShowGroupPanel property in the KaxGrid is set to true. You can dray data column to GridGroupPanel to group data.
             | 
|   | GridGroupPanelImageButton | |
|   | GridGroupPanelStyle | 
            Summary description for GridGroupPanelStyle.
             | 
|   | GridGroupsChangingEventArgs | |
|   | GridGroupSplitterColumn | 
            This column appears when grouping is enabled, to facilitate the expand/collapse
            functionality. The group splitter column is always placed first and can not be
            moved.
             | 
|   | GridHeaderContextMenu | |
|   | GridHeaderContextMenuGridContextFilterTemplate | |
|   | GridHeaderContextMenuFilterEventArgs | |
|   | GridHeaderItem | 
            Summary description for GridHeaderItem.
             | 
|   | GridHierarchySettings | |
|   | GridHTMLEditorColumn | |
|   | GridHTMLEditorColumnEditor | |
|   | GridHyperLinkColumn | 
            Each row in a Hyperlink column will contain a predefined
            hyperlink. This link is not the same for the whole column and can be defined for each
            row individually.
             | 
|   | GridImage | |
|   | GridImageButton | |
|   | GridImageColumn | |
|   | GridIndexCollection | 
            This is a collection of items indexed, which contains the unique index of all the items.
             | 
|   | GridInitializeEditFormContainer | |
|   | GridInitializePagerItem | |
|   | GridInsertedEventArgs | |
|   | GridInsertingEventArgs | |
|   | GridInsertionObject | |
|   | GridItem | |
|   | GridItemCollection | |
|   | GridItemCreated | |
|   | GridItemDataBound | |
|   | GridItemEventArgs | |
|   | GridItemEventInfo | |
|   | GridKeyboardNavigationSettings | |
|   | GridLinqDataSource | |
|   | GridMaskedColumn | |
|   | GridMaskedColumnEditor | |
|   | GridMultiRowItem | 
            Summary description for GridMultiRowItem.
             | 
|   | GridNavigationItemsStyle | |
|   | GridNeedDataSourceEventArgs | 
            Summary description for NeedDataSourceEvent.
             | 
|   | GridNestedViewItem | 
            Item that contains the nested instances of GridTableView class, that appear as a child item of the corresponding GridDataItem
             | 
|   | GridNestedViewSettings | |
|   | GridNoRecordsItem | 
            GridNoRecordsItem is used to display no records template, in the corresponding table view has ShowHeadersWhenNoRecords is set to true (the default)
             | 
|   | GridNotSupportedException | |
|   | GridNumericColumn | |
|   | GridNumericColumnEditor | |
|   | GridPageChangedEventArgs | |
|   | GridPagerItem | 
            Summary description for GridPagerItem.
             | 
|   | GridPagerStyle | 
            KaxGrid and GridTableView use instance of this class to set style of thir PagerItem-s when rendering
             | 
|   | GridPageSizeChangedEventArgs | |
|   | GridPagingManager | 
            Summary description for GridPagingManager.
             | 
|   | GridPdfExportingArgs | |
|   | GridPdfSettings | |
|   | GridPopUpSettings | |
|   | GridPostBackReferences | |
|   | GridPropertyEvaluator | 
            GridPropertyEvaluator
            A DataBinder.Eval() workalike that is a bit more forgiving and does not throw exceptions when it can't find a property.
             | 
|   | GridRatingColumn | 
            A databound column type in KaxGrid that displays a KaxRating control in view and edit mode
             | 
|   | GridRatingColumnEditor | |
|   | GridRelationFields | 
            corresponding fields from a master-detail relation
             | 
|   | GridResizing | |
|   | GridRowIndicatorColumn | |
|   | GridScrolling | |
|   | GridSelecting | |
|   | GridSelfHierarchySettings | 
            Holds the column names presenting the self-referencing relations in the source
            table.
             | 
|   | GridSortCommandEventArgs | |
|   | GridSortExpression | |
|   | GridSortExpressionCollection | |
|   | GridSortingSettings | |
|   | GridSplitGroup | |
|   | GridStateManager | 
            State managemenet helper. This class is intended to be used only internally in KaxGrid.
             | 
|   | GridStatusBarItem | Obsolete. 
            GridStatusBarItem is used to display information messages for
            Kettic KaxGrid status. Meaningful only when Kettic KaxGrid is in AJAX
            mode.
             | 
|   | GridStatusBarItemSettings | This class holds settings related to the StatusBar item. | 
|   | GridStringArrayConverter | |
|   | GridTableCell | |
|   | GridTableHeaderCell | |
|   | GridTableItemStyle | |
|   | GridTableRow | |
|   | GridTableView | Grid table | 
|   | GridTableViewBase | |
|   | GridTableViewCollection | A collection that stores GridTableView objects. You can access this collection through DetailTables property of a parent GridTableView. | 
|   | GridTableViewCollectionGridDataTableEnumerator | |
|   | GridTableViewRelation | A collection that stores GridRelationFields objects. | 
|   | GridTableViewRelationGridRelationFieldsEnumerator | |
|   | GridTemplateColumn | 
            Displays each item in the column in accordance with a specified templates (item,
            edit item, header and footer templates). This allows you to provide custom controls in
            the column.
             | 
|   | GridTemplateColumnEditor | |
|   | GridTextBoxColumnEditor | 
            Class the implements data editing of a GridBoundColumn with a single TextBox control.
             | 
|   | GridTextButton | |
|   | GridTextColumnEditor | 
            Base class that intruduces the editor of GridBoundColumn. THis can be an editor that creates a simple TextBox control, ot RichText editors, that has a single string property Text.
             | 
|   | GridTFoot | |
|   | GridTHead | |
|   | GridUpdatedEventArgs | |
|   | GridUpdatingEventArgs | |
|   | GridValidationSettings | |
|   | GroupableViewSettings | |
|   | GroupItemCell | |
|   | HierarchicalControlItemContainer | |
|     | HourlyRecurrenceRule | Occurrences of this rule repeat every given number of hours. | 
|   | ImageManagerDialogConfiguration | 
            Encapsulates the properties used for ImageManager dialog management.
             | 
|   | InputClientEvents | |
|   | InputIncrementSettings | |
|   | InputManagerBase | |
|   | InputManagerClientEvents | |
|   | InputManagerValidatedEventArgs | |
|   | InputManagerValidatingEventArgs | |
|   | InputSetting | |
|   | InputSettingCreatingEventArgs | |
|   | InputSettingCustomValidator | |
|   | InputSettingsCollection | |
|   | InputSettingValidation | |
|   | InputStateBag | |
|   | InputStyle | |
|   | KaxAjaxConsole | |
|   | KaxAjaxConsoleProxy | |
|   | KaxAjaxControl | |
|   | KaxAjaxPage | 
            This class is required as a base class for any page that hosts a 
            KaxAjaxConsole control and runs under Medium trust privileges.
             | 
|   | KaxAjaxPanel | |
|   | KaxAjaxWaitIndicator | |
|   | KaxAsyncUpload | |
|   | KaxBarcode | 
            KaxBarcode control. Control for rendering Barcode or QR text into an Image or SVG
             | 
|   | KaxBinaryImage | 
            Represents a control which is capable of displaying images from a binary data
             | 
|   | KaxBinaryImageHandler | 
            Represents an object which can server KaxBinaryImage's content
             | 
|   | KaxCalendar | 
            KaxCalendar class
             | 
|   | KaxCalendarDay | 
            KaxCalendarDay represents a object that maps date value to corresponding visual settings.
            Also the object implements Boolean properties that represent the nature of the selected date - 
            whether it is a weekend, disabled or selected in the context of the calendar. Mostly the values
            of those properties are set at runtime when a KaxCalendarDay instance is constructed and passed
            to the DayRender event.
             | 
|   | KaxCaptcha | 
            This control serves as spam protection mechanism.
            It impplements 3 strategies:
            1. Auto-detection - if this strategy is chosen, then we use predefined rules
            which decide whether the input comes from a robot or not. This strategy is not
            100% secure and some sophisticated robots may pass it so it should be used in
            personal websites with low traffic and where spam robots are not very likely to
            drop by. If such robots are found to visit the site, the use of the more secure
            strategy is more advisable.
            2. KaxCaptcha - if this strategy is chosen, then an image with obfuscated
            text is displayed and the user is required to input this text in a
            textbox thus allowing the control to validate whether s/he is a robot
            or not. This is the most secure method to protect from spam but it is
            considered to be inaccessible because disabled people may not see the
            text in the image!
            TODO in future release: 3. Subscribe to anti-spam services. This last spam protection
            mechanism is used to validate the input against public or private web services
            which given the input return whether or not it is considered to be spam.
            Some services claim that they catch more than 90% of the spam so
            this type of protection is fairly secure and can be used in small to medium
            websites but not in large-scale websites.
             | 
|   | KaxChart | 
            The class represents the base functionality of the KaxChart.
             | 
|   | KaxCodeBlock | |
|   | KaxColorPicker | 
            KaxColorPicker class
             | 
|   | KaxColorPickerLocalization | |
|   | KaxComboBox | KaxComboBox for ASP.NET AJAX is a powerful drop-down list AJAX-based control  | 
|   | KaxComboBoxContext | |
|   | KaxComboBoxData | |
|   | KaxComboBoxItem | 
            KaxComboBoxItem  class.
             | 
|   | KaxComboBoxItemCollection | 
                A collection of KaxComboBoxItem objects in a
                KaxComboBox control.
             | 
|   | KaxComboBoxItemData | |
|   | KaxComboBoxItemEventArgs | |
|   | KaxComboBoxItemsRequestedEventArgs | |
|   | KaxComboBoxSelectedIndexChangedEventArgs | |
|   | KaxCompression | |
|   | KaxCompressionConfigurationSection | |
|   | KaxCompressionExcludeSetting | |
|   | KaxCompressionExcludeSettingCollection | |
|   | KaxCompressionExcludeSettingContainer | |
|   | KaxCompressionSettingsAttribute | |
|   | KaxContextMenu | A navigation control used to create context menus. | 
|   | KaxDataPager | |
|   | KaxDataPagerButtonField | |
|   | KaxDataPagerButtonFieldBase | |
|   | KaxDataPagerClientEvents | |
|   | KaxDataPagerCommandEventArgs | |
|   | KaxDataPagerException | |
|   | KaxDataPagerField | |
|   | KaxDataPagerFieldCollection | |
|   | KaxDataPagerFieldCreatedEventArgs | |
|   | KaxDataPagerFieldCreatingEventArgs | |
|   | KaxDataPagerFieldItem | |
|   | KaxDataPagerGoToPageField | |
|   | KaxDataPagerNumericPageSizeField | |
|   | KaxDataPagerPageEventArgs | |
|   | KaxDataPagerPageSizeField | |
|   | KaxDataPagerTemplatePageField | |
|   | KaxDataPagerTrackBarField | |
|   | KaxDate | 
            Wrapper class for System.DateTime, which allows implementing persistable DateTime collections
            like DateTimeCollection.
             | 
|     | KaxDateInput | 
            A control which ensures the date entered by the user is verified and
            accurate.
             | 
|   | KaxDatePicker | 
            KaxDatePicker class
             | 
|   | KaxDateTimePicker | 
            KaxDateTimePicker class
             | 
|   | KaxDialogOpener | 
            KaxDialogOpener class
             | 
|   | KaxDock | 
            KaxDock is a control, which enables the developers to move, dock, 
            expand/collapse any DHTML/ASP.NET content
             | 
|   | KaxDockLayout | 
            Workflow:
            1). OnInit - ensure that the framework will call TrackViewState, LoadViewState and SaveViewState.
            	We expect that all child docks will be created here.
            2). TrackViewState - raise LoadDockLayout event in order to let the developer to supply 
            	the initial parents of the registered docks, because the docks could be created with 
            	different parents than needed.
            2a). LoadViewState - loads and applies the dock parents from the ViewState in order to persist
            	the dock positions between the page postbacks.
            3). LoadPostData - returns true to ensure that RaisePostDataChangedEvent()
            3a). Dock_DockZoneChanged - this event is raised by each dock in its LoadPostData method.
            	We handle this event and store the pair UniqueName/NewDockZoneID in the _clientPositions
            	Dictionary. This Dictionary will be used in #4.
            4). RaisePostDataChangedEvent - sets the parents of the registered docks according their
            	positions, set on the client. These positions are stored in the _clientPositions Dictionary.
            5). OnLoad, other events, such as Click, Command, etc. If you create a dock here it will be
            	rendered on the page, but if it is not recreated in the next OnInit, it will not persist
            	its position, set on the client!
            6). SaveViewState - stores the dock parents in the ViewState in order to persist their positions
            	between the page postbacks. 
            7). Page_SaveStateComplete - raises the SaveDockLayout event to let the developer to save
            	the state in a database or other storage medium.
            Note: The dock parents will be stored in the ViewState if StoreLayoutInViewState is set 
            to true (default). Otherwise the developer should take care of the dock positions when the page
            is posted back.
             | 
|   | KaxDockZone | 
            KaxDockZone is a control which represents a virtual placeholder, where
            KaxDock controls could be docked.
             | 
|   | KaxEditor | 
            Kettic KaxEditor
             | 
|   | KaxFileBrowser | 
            Kettic File Explorer control
             | 
|   | KaxFileBrowserEventArgs | |
|   | KaxFileBrowserPopulatedEventArgs | |
|   | KaxFilter | |
|   | KaxFilterKaxFilterDataSourceHelper | |
|   | KaxFilterableContainerLocator | |
|   | KaxFilterAddExpressionMenu | |
|   | KaxFilterApplyButton | |
|   | KaxFilterApplyExpressionsEventArgs | |
|   | KaxFilterBetweenFilterExpressionT | |
|   | KaxFilterBooleanFieldEditor | |
|   | KaxFilterClientEvents | |
|   | KaxFilterClientSettings | |
|   | KaxFilterCommandEventArgs | |
|   | KaxFilterContainsFilterExpression | |
|   | KaxFilterContextMenu | |
|   | KaxFilterDataFieldEditor | |
|   | KaxFilterDataFieldEditorCollection | |
|   | KaxFilterDateFieldEditor | |
|   | KaxFilterDLinqExpressionFormatter | |
|   | KaxFilterDoesNotContainFilterExpression | |
|   | KaxFilterDualValueExpressionT | |
|   | KaxFilterDynamicLinqExpressionEvaluator | |
|   | KaxFilterDynamicLinqQueryProvider | |
|   | KaxFilterEndsWithFilterExpression | |
|   | KaxFilterEntitySqlExpressionEvaluator | |
|   | KaxFilterEntitySqlExpressionFormatter | |
|   | KaxFilterEntitySqlQueryProvider | |
|   | KaxFilterEqualToFilterExpressionT | |
|   | KaxFilterExpression | |
|   | KaxFilterExpressionContainer | |
|   | KaxFilterExpressionEvaluatorBase | |
|   | KaxFilterExpressionItem | |
|   | KaxFilterExpressionPreviewProvider | |
|   | KaxFilterExpressionsCollection | |
|   | KaxFilterFieldDescriptor | 
            Describes all filterable fields of IKaxFilterableContainer
             | 
|   | KaxFilterFieldEditorCreatedEventArgs | |
|   | KaxFilterFieldEditorCreatingEventArgs | |
|   | KaxFilterFildDesciptorsEventArgs | |
|   | KaxFilterFilterableView | |
|   | KaxFilterGreaterThanFilterExpressionT | |
|   | KaxFilterGreaterThanOrEqualToFilterExpressionT | |
|   | KaxFilterGridBindableTypeExpressionEvaluator | |
|   | KaxFilterGridBindableTypeExpressionFormatter | |
|   | KaxFilterGridCalculatedColumnExpressionEvaluator | |
|   | KaxFilterGridCalculatedColumnExpressionFormatter | |
|   | KaxFilterGridQueryProvider | |
|   | KaxFilterGroupExpression | |
|   | KaxFilterGroupExpressionItem | |
|   | KaxFilterIsEmptyFilterExpression | |
|   | KaxFilterIsNullFilterExpression | |
|   | KaxFilterItemBuilder | |
|   | KaxFilterItemsCollection | |
|   | KaxFilterLessThanFilterExpressionT | |
|   | KaxFilterLessThanOrEqualToFilterExpressionT | |
|   | KaxFilterLinqRowExpressionEvaluator | |
|   | KaxFilterLinqRowExpressionFormatter | |
|   | KaxFilterListViewExpressionEvaluator | |
|   | KaxFilterListViewQueryProvider | |
|   | KaxFilterNonGroupExpression | |
|   | KaxFilterNotBetweenFilterExpressionT | |
|   | KaxFilterNotEqualToFilterExpressionT | |
|   | KaxFilterNotIsEmptyFilterExpression | |
|   | KaxFilterNotIsNullFilterExpression | |
|   | KaxFilterNumericFieldEditor | |
|   | KaxFilterOqlExpressionEvaluator | |
|   | KaxFilterOqlExpressionFormatter | |
|   | KaxFilterOqlQueryProvider | |
|   | KaxFilterQueryProvider | |
|   | KaxFilterSingleExpressionItem | |
|   | KaxFilterSingleValueExpressionT | |
|   | KaxFilterSqlExpressionEvaluator | |
|   | KaxFilterSqlQueryProvider | |
|   | KaxFilterStartsWithFilterExpression | |
|   | KaxFilterTextFieldEditor | |
|   | KaxFormDecorator | 
            Kettic KaxFormDecorator
             | 
|   | KaxGrid | |
|   | KaxHiddenFieldPageStateCompression | |
|   | KaxHiddenFieldPageStatePersister | |
|   | KaxImageHttpCachePersister | 
            Represents an object which can handle image data's storage and retrieval using HTTPCache
             | 
|   | KaxInputControl | 
            KaxInputControl class
             | 
|   | KaxInputManager | |
|   | KaxListBox | 
            KaxListBox is a flexible listbox control with the some unique features:
            
            	Rich and highly customizable UI for item transfer, delete and reordering. 
            
            	Drag and drop support. Items can be reordered or transferred via drag and drop.
            
            	Automatic update of the underlying data source during reorder, transfer or delete.
            
            	Checkbox support
            
            	All features supported by the built-in ListBox control.
             | 
|   | KaxListBoxDeletingEventArgs | 
            Provides data for the Deleting event. 
             | 
|   | KaxListBoxDropEventArgs | |
|   | KaxListBoxDroppedEventArgs | 
            Provides data for the Dropped event of the KaxListBox control.
             | 
|   | KaxListBoxDroppingEventArgs | 
            Provides data for the Dropping event of the KaxListBox control.
             | 
|   | KaxListBoxEventArgs | |
|   | KaxListBoxInsertingEventArgs | 
            Provides data for the Inserting event of the KaxListBox control.
             | 
|   | KaxListBoxItem | 
            Represents an item in the KaxListBox control.
            Use the Text property to set the text of the item.
            Use the Value property to specify the value of the item.
             | 
|   | KaxListBoxItemCollection | 
            Represents a collection of KaxListBoxItem objects in a KaxListBox control.
             | 
|   | KaxListBoxItemEventArgs | |
|   | KaxListBoxReorderingEventArgs | 
            Provides data for the Reordering event of the KaxListBox control.
             | 
|   | KaxListBoxTransferredEventArgs | 
            Provides data for the Transferred event of the KaxListBox control.
             | 
|   | KaxListBoxTransferringEventArgs | 
            Provides data for the Transferring event of the KaxListBox control.
             | 
|   | KaxListBoxUpdatingEventArgs | 
            Provides data for the Updating event. 
             | 
|   | KaxListView | 
            KaxListView class
             | 
|   | KaxListViewClientEvents | |
|   | KaxListViewClientSettings | |
|   | KaxListViewCommandEventArgs | |
|   | KaxListViewContainsFilterExpression | 
            Represents Contains KaxListView filter expression
             | 
|   | KaxListViewDataChangeEventArgs | |
|   | KaxListViewDataItem | 
            Represents an individual data item in a KaxListView control.
             | 
|   | KaxListViewDataItemCollection | |
|   | KaxListViewDataKeyArray | |
|   | KaxListViewDeletedEventArgs | |
|   | KaxListViewEditableItem | 
            Represents an editable item
             | 
|   | KaxListViewEmptyDataItem | 
            Represents an item which is rendered when KaxListView's data source is empty
             | 
|   | KaxListViewEmptyItem | |
|   | KaxListViewEndsWithFilterExpression | |
|   | KaxListViewEqualToFilterExpressionT | 
            Represents a EqualTo KaxListView filter expression
             | 
|   | KaxListViewFilterExpression | 
            Represents basic FilterExpression for the KaxListView control
             | 
|   | KaxListViewFilterExpressionCollection | |
|   | KaxListViewGreaterThanFilterExpressionT | 
            Represents a GreaterThan KaxListView filter expression
             | 
|   | KaxListViewGreaterThenOrEqualToFilterExpressionT | 
            Represents a GreaterThen Or EqualTo KaxListView filter expression
             | 
|   | KaxListViewGroupDataItem | |
|   | KaxListViewGroupExpression | 
            Class that is used to define sort field and sort order for KaxListView
             | 
|   | KaxListViewGroupFilterExpression | 
            Represents a group of filter expressions
             | 
|   | KaxListViewGroupItem | 
            Represents an item for the single group container 
             | 
|   | KaxListViewGroupSettings | |
|   | KaxListViewIndexesCollection | |
|   | KaxListViewInsertedEventArgs | |
|   | KaxListViewInsertionObject | |
|   | KaxListViewInsertItem | 
            Represents an insert item
             | 
|   | KaxListViewIsEmptyFilterExpression | 
            Represents IsEmpty KaxListView filter expression
             | 
|   | KaxListViewIsNotEmptyFilterExpression | 
            Represents IsEmpty KaxListView filter expression
             | 
|   | KaxListViewIsNotNullFilterExpression | 
            Represents IsNotNull KaxListView filter expression
             | 
|   | KaxListViewIsNullFilterExpression | 
            Represents IsNull KaxListView filter expression
             | 
|   | KaxListViewItem | 
            Represents an individual item in a KaxListView control.
             | 
|   | KaxListViewItemDragDropEventArgs | |
|   | KaxListViewItemDragHandle | |
|   | KaxListViewItemEventArgs | 
            Provides data for the ItemCreated and ItemDataBound events.
             | 
|   | KaxListViewItemsCollectionT | |
|   | KaxListViewLessThanFilterExpressionT | 
            Represents a LessThan KaxListView filter expression
             | 
|   | KaxListViewLessThanOrEqualToFilterExpressionT | 
            Represents a LessThanOrEqualTo KaxListView filter expression
             | 
|   | KaxListViewNeedDataSourceEventArgs | |
|   | KaxListViewNotEqualToFilterExpressionT | 
            Represents a NotEqualTo KaxListView filter expression
             | 
|   | KaxListViewPageChangedEventArgs | |
|   | KaxListViewPageSizeChangedEventArgs | |
|   | KaxListViewPagingManager | |
|   | KaxListViewSingleStringExpression | |
|   | KaxListViewSingleValueExpressionT | |
|   | KaxListViewSortEventArgs | |
|   | KaxListViewSortExpression | 
            Class that is used to define sort field and sort order for KaxListView
             | 
|   | KaxListViewSortExpressionCollection | 
            A collection of KaxListViewSortExpression objects. Depending on the value of
            AllowMultiFieldSorting it holds single
            or multiple sort expressions. 
             | 
|   | KaxListViewStartsWithFilterExpression | |
|   | KaxListViewStringArrayConverter | |
|   | KaxListViewUpdatedEventArgs | |
|   | KaxListViewValidationSettings | 
            Represents a various validation setting of KaxListView control
             | 
|   | KaxMaskedTextBox | 
            Kettic KaxMaskedTextBox
             | 
|   | KaxMenu | A navigation control used to display a menu in a web page. | 
|   | KaxMenuEventArgs | 
            Provides data for the events of the KaxMenu control.
             | 
|   | KaxMenuItem | Represents an item in the KaxMenu control. | 
|   | KaxMenuItemBinding | 
            	Defines the relationship between a data item and the menu item it is binding to in a 
            	KaxMenucontrol. 
             | 
|   | KaxMenuItemBindingCollection | 
            	Represents a collection of KaxMenuItemBinding objects.
             | 
|   | KaxMenuItemCollection | 
                A collection of KaxMenuItem objects in a
                KaxMenu control.
             | 
|   | KaxMenuItemData | 
            	Data class used for transferring menu items from and to web services.
             | 
|   | KaxMenuItemGroupSettings | Represents settings controlling child item behavior. | 
|   | KaxMultiPage | 
            	A control which contains KaxPageView controls. Only one page view can be visible at a time.
             | 
|   | KaxMultiPageEventArgs | 
            	Provides data for the events of the KaxMultiPage control.
             | 
|   | KaxNavigationBar | A navigation control used for building collapsible side-menu systems and Outlook-type panels.  | 
|   | KaxNavigationBarEventArgs | |
|   | KaxNavigationItem | Represents a item in the KaxNavigationBar control. | 
|   | KaxNavigationItemBinding | 
            	Represents the simple binding between the property value of an object and the property value of a
            	KaxNavigationItem.
             | 
|   | KaxNavigationItemBindingCollection | |
|   | KaxNavigationItemCollection | 
                A collection of KaxNavigationItem objects in a
                KaxNavigationBar control.
             | 
|   | KaxNumericTextBox | 
            Kettic KaxNumericTextBox
             | 
|   | KaxPageView | 
                The KaxPageView class represents a single page in the
                KaxMultiPage control.
             | 
|   | KaxPageViewCollection | 
                A collection of KaxPageView objects in a
                KaxMultiPage control.
             | 
|   | KaxPane | 
            KaxPane class
             | 
|   | KaxProgressArea | 
            KaxProgressManager Control
             | 
|   | KaxProgressContext | |
|   | KaxProgressManager | 
            KaxProgressManager control
             | 
|   | KaxRating | 
            KaxRating class
             | 
|   | KaxRatingItem | 
            KaxRatingItem class.
             | 
|   | KaxRatingItemCollection | 
                A collection of KaxRatingItem objects in a
                KaxRating control.
             | 
|   | KaxRotator | 
            KaxRotator Control
             | 
|   | KaxRotatorEventArgs | |
|   | KaxRotatorItem | 
            This class represents a KaxRotator item.
             | 
|   | KaxRotatorItemCollection | 
                A collection of KaxRotatorItem objects in a
                KaxRotator control.
             | 
|   | KaxRotatorItemData | 
            	Data class used for transferring rotator items from and to web services.
             | 
|   | KaxScheduler | KaxScheduler control class. | 
|   | KaxSchedulerConfigurationSection | |
|     | KaxSchedulerContextMenu | 
            	A context menu control used with the KaxScheduler control.
             | 
|   | KaxSchedulerContextMenuCollection | 
            Provides a collection container that enables KaxScheduler to maintain a list of its KaxSchedulerContextMenus.
             | 
|     | KaxSchedulerContextMenuEventArgs | 
            		Provides data for the ContextMenuItemClick
            		event of the KaxTreeView control. This class cannot be inherited. 
              | 
|   | KaxSchedulerRecurrenceEditor | |
|   | KaxScriptBlock | |
|   | KaxScriptManager | 
            ScriptManager derived class to add the ability to combine multiple
            smaller scripts into a larger one as a way to reduce the number
            of files the client must download
             | 
|   | KaxSessionPageStateCompression | |
|   | KaxSessionPageStatePersister | |
|   | KaxSiteMap | |
|   | KaxSiteMapDataSource | |
|   | KaxSiteMapNode | Represents a node in the KaxSiteMap control. | 
|   | KaxSiteMapNodeBinding | 
            	Represents the simple binding between the property value of an object and the property value of a
            	KaxSiteMapNode.
             | 
|   | KaxSiteMapNodeBindingCollection | 
            	Defines the relationship between a data item and the KaxSiteMap node it is binding to in a 
            	KaxSiteMapcontrol. 
             | 
|   | KaxSiteMapNodeCollection | 
            Represents a collection of KaxSiteMapNode objects in a KaxSiteMap control.
             | 
|   | KaxSiteMapNodeEventArgs | |
|   | KaxSkinManager | |
|   | KaxSlidingPane | 
            KaxSlidingPane class
             | 
|   | KaxSlidingZone | 
            KaxSlidingZone class
             | 
|   | KaxSpell | 
            Kettic KaxSpell
             | 
|   | KaxSplitBar | 
            KaxSplitBar class
             | 
|   | KaxSplitBarAdjacentPanesNames | |
|   | KaxSplitter | 
            kettic KaxSplitter is a flexible UI component for ASP.NET applications which allows users to manage effectively the content size and layout.
             | 
|   | KaxStyleSheetManager | 
            A control allowing the ability to combine multiple embedded stylesheet references
            into a larger one as a way to reduce the number of files the client must download
             | 
|   | KaxTab | Represents a tab in the KaxTabControl control. | 
|   | KaxTabBinding | 
            	Defines the relationship between a data item and the tab it is binding to in a 
            	KaxTabControlcontrol. 
             | 
|   | KaxTabBindingCollection | 
            	Represents a collection of KaxTabBinding objects.
             | 
|   | KaxTabCollection | 
                A collection of KaxTab objects in a
                KaxTabControl control.
             | 
|   | KaxTabControl | A navigation control used to create tabbed interfaces. | 
|   | KaxTabControlEventArgs | 
            Provides data for the events of the KaxTabControl control.
             | 
|   | KaxTagCloud | 
            Kettic KaxTagCloud is a UI component for ASP.NET AJAX applications, which displays a panel (cloud) of commonly used or related keywords.
             | 
|   | KaxTagCloudEventArgs | |
|   | KaxTagCloudItem | 
            This class represents a KaxTagCloud item.
             | 
|   | KaxTagCloudItemCollection | 
                A collection of KaxTagCloudItem objects in a
                KaxTagCloud control.
             | 
|   | KaxTextBox | 
            Kettic KaxTextBox
             | 
|   | KaxTicker | 
            KaxTicker control
             | 
|   | KaxTickerItem | 
            This class represents a KaxTicker item.
             | 
|   | KaxTickerItemCollection | 
                A collection of KaxTickerItem objects in a
                KaxTicker control.
             | 
|   | KaxTimePicker | |
|   | KaxTimeView | 
            KaxTimeView class
             | 
|   | KaxToolBar | 
            KaxToolBar control class.
             | 
|   | KaxToolBarButton | Represents a single button in the KaxToolBar class. | 
|   | KaxToolBarButtonCollection | |
|   | KaxToolBarButtonEventArgs | 
            Provides data for the ButtonDataBound event
            of the KaxToolBar control.
             | 
|   | KaxToolBarDropDown | Represents a dropdown in the KaxToolBar class. | 
|   | KaxToolBarEventArgs | 
            Provides data for the events of the KaxToolBar control.
             | 
|   | KaxToolBarItem | Represents a single item in the KaxToolBar class. | 
|   | KaxToolBarItemCollection | 
                A collection of KaxToolBarItem objects in a
                KaxToolBar control.
             | 
|   | KaxToolBarSplitButton | Represents a splitbutton in the KaxToolBar class. | 
|   | KaxToolTip | 
            KaxToolTip class
             | 
|   | KaxToolTipBase | 
            KaxToolTipBase class
             | 
|   | KaxToolTipManager | 
            KaxTooltipManager class
             | 
|   | KaxTrackBar | 
            Kettic KaxTrackBar is a flexible UI component that allows users to select a value from a defined range using a smooth or step-based trackbar.
             | 
|   | KaxTrackBarItem | 
            KaxTrackBarItem  class.
             | 
|   | KaxTrackBarItemCollection | 
                A collection of KaxTrackBarItem objects in a
                KaxTrackBar control.
             | 
|   | KaxTrackBarItemEventArgs | |
|   | KaxTreeNode | Represents a node in the KaxTreeView control. | 
|   | KaxTreeNodeBinding | 
            	Represents the simple binding between the property value of an object and the property value of a
            	KaxTreeNode.
             | 
|   | KaxTreeNodeBindingCollection | 
            	Defines the relationship between a data item and the menu item it is binding to in a 
            	KaxMenucontrol. 
             | 
|   | KaxTreeNodeCollection | 
                A collection of KaxTreeNode objects in a
                KaxTreeView control.
             | 
|   | KaxTreeNodeData | 
            	Data class used for transferring tree nodes from and to web services.
             | 
|   | KaxTreeNodeDragDropEventArgs | 
            	Provides data for the NodeDrop event of the KaxTreeView control.
             | 
|   | KaxTreeNodeEditEventArgs | 
            	Provides data for the NodeEdit event of the KaxTreeView control.
             | 
|   | KaxTreeNodeEventArgs | 
            	Provides data for the NodeClick, NodeExpand,
            	NodeCheck, NodeDataBound,
            	NodeCollapse and NodeCreated
            	events of the KaxTreeView control.
             | 
|   | KaxTreeView | A hierarchical control used to display a tree of nodes in a web page. | 
|     | KaxTreeViewContextMenu | 
            	A context menu control used with the KaxTreeView control.
             | 
|   | KaxTreeViewContextMenuCollection | 
            Provides a collection container that enables KaxTreeView to maintain a list of its KaxTreeViewContextMenus.
             | 
|     | KaxTreeViewContextMenuEventArgs | 
            		Provides data for the ContextMenuItemClick
            		event of the KaxTreeView control. This class cannot be inherited. 
              | 
|   | KaxUpload | 
            Kettic KaxUpload
             | 
|   | KaxUploadContext | |
|   | KaxUploadHttpModule | |
|   | KaxUploadProgressHandler | |
|   | KaxWindow | 
            Kettic KaxWindow
             | 
|   | KaxWindowBase | |
|   | KaxWindowLocalization | |
|   | KaxWindowManager | |
|   | KaxXmlHttpPanel | 
            KaxXmlHttpPanel class
             | 
|   | KaxXmlHttpPanelEventArgs | |
|   | LayoutBuilder | |
|   | LayoutBuilderAttributeCollection | |
|   | LayoutBuilderCell | |
|   | LayoutBuilderCellCollection | |
|   | LayoutBuilderEngine | |
|   | LayoutBuilderRow | |
|   | ListBoxButtons | |
|   | ListBoxButtonSettings | 
            Represents the settings of the buttons in a KaxListBox controls.
             | 
|     | LiteralMaskPart | Represents a multi character MaskPart whose content cannot be modified. | 
|   | LosSerializer | |
|     | LowerMaskPart | 
            Represents a single character MaskPart. The character is converted to lower upon
            input.
             | 
|   | MaskPart | The abstract base class of all mask parts. | 
|   | MaskPartCollection | Represents the collection of mask parts in a KaxMaskedTextBox. | 
|   | MenuAnimationSettings | 
            Represents the animation settings like type and duration for the KaxMenu control.
             | 
|     | MonthlyRecurrenceRule | 
            Occurrences of this rule repeat on a monthly basis.
             | 
|   | MonthViewSettings |  Represents settings for KaxScheduler's Month view.  | 
|   | MonthYearFastNavigationSettings | 
            The MonthYearFastNavigationSettings class can be used to configure KaxCalendar's
            client-side fast navigation.
             | 
|   | MultiDayViewSettings |  Represents settings for KaxScheduler's multi-day view.  | 
|   | NavigationBarAnimationSettings | 
            Represents the animation settings like type and duration for the KaxNavigationBar control.
             | 
|   | NavigationItem | |
|   | NavigationItemBinding | |
|   | NavigationItemBindingCollection | |
|   | NullEnumerableException | |
|   | NumberFormat | |
|   | NumberFormatSettings | |
|     | NumericRangeMaskPart | Represents a MaskPart which accepts numbers in a specified range. | 
|   | NumericTextBoxSetting | |
|   | OccurrenceDeleteEventArgs | |
|   | PageableItemContainerLocator | |
|   | PagerKaxComboBoxItemComparer | |
|   | ProgressAreaStrings | |
|   | RecurrenceEditor | |
|   | RecurrenceExceptionCreatedEventArgs | |
|     | RecurrencePattern | 
                Specifies the pattern that RecurrenceRule uses to evaluate the
                recurrence dates set.
             | 
|     | RecurrenceRange | Specifies the time frame for which given RecurrenceRule is active. It consists of the start time of the event, it's duration and optional limits. | 
|   | RecurrenceRule | Provides the abstract base class for recurrence rules. | 
|   | RecurrenceRuleConverter | 
            Provides a type converter to convert RecurrenceRule objects to and from string
            representation.
             | 
|   | RegExpTextBoxSetting | |
|   | Reminder | |
|   | ReminderCollection | |
|   | ReminderData | |
|   | ReminderDismissEventArgs | |
|   | ReminderEventArgs | |
|   | ReminderSettings | |
|   | ReminderSnoozeEventArgs | |
|   | RemoveRecurrenceExceptionsContext | |
|   | ReorderClientOperationT | |
|   | Resource | |
|   | ResourceCollection | |
|   | ResourceData | |
|   | ResourceHeaderCreatedEventArgs | |
|   | ResourcesPopulatingEventArgs | |
|   | ResourceStyleMapping | |
|   | ResourceStyleMappingCollection | |
|   | ResourceType | |
|   | ResourceTypeCollection | |
|   | RotatorControlButtonsConfiguration | 
            Encapsulates the properties used for the KaxRotator control buttons management.
             | 
|   | SchedulerAppointmentContainer | |
|   | SchedulerCancelEventArgs | |
|   | SchedulerEventArgs | |
|   | SchedulerFormContainer | |
|   | SchedulerFormCreatedEventArgs | |
|   | SchedulerFormCreatingEventArgs | |
|   | SchedulerInfo | 
            Default implementation of ISchedulerInfo
             | 
|   | SchedulerNavigationCommandEventArgs | |
|   | SchedulerNavigationCompleteEventArgs | |
|   | SchedulerOperationResultT | 
            Minimal implementation of ISchedulerOperationResult.
             | 
|   | SchedulerProviderBase | |
|   | SchedulerProviderCollection | |
|   | SchedulerResourceContainer | |
|   | SchedulerStrings | 
            The localization strings to be used in KaxScheduler.
             | 
|   | SchedulerWebServiceSettings | |
|     | SingleTemplateContainer | 
             Base control used to contain a template. Ensures that if the template
             has been instantiated or the Controls collection has been accessed
             the template cannot be set again.
              | 
|   | SiteMapLevelSetting | |
|   | SiteMapLevelSettingCollection | |
|   | SiteMapListLayoutSetting | |
|   | SitemapProtocolExporter | |
|   | SkinChangedEventArgs | |
|   | SkinChangingEventArgs | |
|   | SpellChecker | 
            This class can be used to initiate a spell check request using the KaxSpell dictionaries.
             | 
|   | SpellCheckerLanguage | 
            Represents a SpellCheck dropdown item.
             | 
|   | SpellCheckerLanguageCollection | 
            A strongly typed collection of SpellCheckerLanguage objects
             | 
|   | SpellCheckError | 
            Contains the information about a spellcheck error.  The most important properties are the mistaken word and its offset in the source text.
             | 
|   | SpellCheckErrors | A collection that stores SpellCheckError objects. | 
|   | SpellCheckErrorsSpellCheckErrorEnumerator | |
|   | SpellCheckHandler | |
|   | SpellCheckHandlerNoSession | |
|   | SpellCheckService | |
|   | SpellCheckValidator | 
            SpellCheckValidator validates a form based on a KaxSpell control.  It can be used to enforce spellchecking before form submission.
            The ControlToValidate must be set to the ID of a KaxSpell control.  The KaxSpell control should be separately set up with a control to check and other options.
             | 
|   | SPKaxUploadHttpModule | |
|   | SplitterItem | |
|   | SplitterItemsCollection | 
                A collection of SplitterItem objects in a
                KaxSplitter control.
             | 
|   | SplitterItemsContainer | |
|   | SplitterPaneBase | |
|   | StyleSheetCdnSettings | 
            KaxStyleSheetManager CDN settings
             | 
|   | StyleSheetReference | |
|   | StyleSheetReferenceCollection | |
|   | TargetControl | |
|   | TargetControlCollection | |
|   | TargetInput | |
|   | TextBoxSetting | |
|   | TimelineViewSettings | Represents settings for the time line view. | 
|   | TimePopupButton | 
            The control that toggles the TimeView popup.  
            You can customize the appearance by setting the object's properties.
             | 
|   | TimeSlotContextMenuItemClickedEventArgs | |
|   | TimeSlotContextMenuItemClickingEventArgs | |
|   | TimeSlotCreatedEventArgs | |
|   | ToolBarAnimationSettings | 
            Represents the animation settings like type and duration for the KaxToolBar control.
             | 
|   | ToolTipTargetControl | |
|   | ToolTipTargetControlCollection | |
|   | ToolTipUpdateEventArgs | |
|   | TreeViewAnimationSettings | 
            Represents the animation settings like type and duration for the KaxTreeView control.
             | 
|   | UpdateAppointmentContext | |
|   | UpdateClientOperationT | 
            Used in case of update client operations.
             | 
|     | UploadedFile | Provides a way to access individual files that have been uploaded by a client via a KaxUpload control. | 
|   | UploadedFileCollection | Provides access to and organizes files uploaded by a client. | 
|   | UploadedFileInfo | |
|   | UploadStrings | |
|     | UpperMaskPart | 
            Represents a single character MaskPart. The character is converted to upper upon
            input. .
             | 
|   | ViewSettings | |
|   | WebResource | |
|   | WebResourceSession | 
            This class should be used in the HTTP Handler declaration for Kettic.AspNet.Controls.WebResource if you need access to the Session object
             | 
|   | WebServiceAppointmentController | 
            The WebServiceAppointmentController provides a facade over a SchedulerProviderBase object
            and is used to call your provider from web services.
             | 
|   | WebServiceSettings | 
            Represents the settings to be used for load on demand through web service.
             | 
|     | WeeklyRecurrenceRule | Occurrences of this rule repeat on a weekly basis. | 
|   | WeekViewSettings |  Represents settings for KaxScheduler's week view.  | 
|   | WindowCollection | |
|   | WindowShortcut | |
|   | WindowShortcutCollection | |
|   | XmlSchedulerProvider | 
            A KaxScheduler provider that uses XML document as a data store.
             | 
|     | YearlyRecurrenceRule | 
            Occurrences of this rule repeat on a yearly basis.
             | 
 Interfaces
Interfaces
        | Interface | Description | |
|---|---|---|
|   | IAppointmentData | 
            A data transfer object used for Web Service data binding.
             | 
|   | IAppointmentFactory | 
            Supports creating new Appointment instances.
             | 
|   | IAsyncUploadConfiguration | 
            An interface that describes basic async upload configuration.
             | 
|   | IAsyncUploadResult | 
            An interface that describes the basic information about an uploaded file.
             | 
|   | IClientParameterConsumer | |
|   | IControlItemContainer | |
|   | IDockLayout | 
            Implements methods, needed by KaxDock or KaxDockZone to register with
            a control which will take care of the dock positions.
             | 
|   | IGridColumnEditor | 
            Interface that describes the baseic column editor functionality, needed for a
            class that should be responsible for editing of a content of a cell in a
            GridEditableItem | 
|   | IGridCommandEvent | 
            Interface that provides the basic functionality needed for a class to be used to
            send information to Command event handler.
             | 
|   | IGridEditableColumn | 
            Interface that KaxGrid uses to determine the editable columns, their current state etc.
             | 
|   | IGridInsertItem | |
|   | IHideObjectMembers | |
|   | IKaxAjaxPage | |
|   | IKaxDateInput | |
|   | IKaxFilterableContainer | |
|   | IKaxFilterCommandEvent | |
|   | IKaxFilterExpressionFormatter | |
|   | IKaxFilterValueExpression | |
|   | IKaxImageFileNameContainer | |
|   | IKaxImagePersister | 
            Represents an object which can handle image data's storage and retrieval
             | 
|   | IKaxListViewCommandEvent | |
|   | IKaxListViewFilterExpressionContainer | 
            Represents an container for KaxListViewFilterExpression
             | 
|   | IKaxListViewInsertItem | |
|   | IKaxListViewSingleValueExpression | |
|   | IKaxMenuItemContainer | 
                Defines properties that menu item containers (KaxMenu,
                KaxMenuItem) should implement
             | 
|   | IKaxNavigationItemContainer | 
                Defines properties that menu item containers (KaxTreeView,
                KaxNavigationItem) should implement
             | 
|   | IKaxNumericTextBox | |
|   | IKaxPageableItemContainer | |
|   | IKaxSiteMapNodeContainer | 
                Defines properties that node containers (KaxSiteMap,
                KaxSiteMapNode) should implement.
             | 
|   | IKaxTabContainer | 
                Defines properties that tab containers (KaxTabControl,
                KaxTab) should implement.
             | 
|   | IKaxToolBarButton | 
            Defines properties that must be implemented to allow a control to act like
            a KaxToolBarButton item in a KaxToolBar.
             | 
|   | IKaxToolBarButtonContainer | 
                Defines properties that toolbar button containers
            	(KaxToolBarDropDown,
                KaxToolBarSplitButton) should implement.
             | 
|   | IKaxToolBarItemContainer | 
                Defines properties that toolbar item container (KaxToolBar)
            	should implement
             | 
|   | IKaxTreeNodeContainer | 
                Defines properties that node containers (KaxTreeView,
                KaxTreeNode) should implement.
             | 
|   | IRecurrenceEditorStrings | 
            The localization strings to be used in KaxSchedulerRecurrenceEditor.
             | 
|   | IReminderData | |
|   | IResourceData | |
|   | ISchedulerInfo | 
            This interface contains the basic information about the scheduler instance
            that will be transferred to the Web Service and to the corresponding provider.
             | 
|   | ISchedulerOperationResultT | 
            This interface defines an operation result contract that
            can be optionally used by the web service methods.
             | 
|   | ISpellCheckProvider | 
            ISpellCheckProvider interface -- defines the behavior that we need
            from a component to do spell checking.
             | 
 Delegates
Delegates
         Enumerations
Enumerations
        | Enumeration | Description | |
|---|---|---|
|   | AjaxWaitIndicatorBackgroundPosition | 
            This enumeration defines the possible positions of the KaxAjaxWaitIndicator background
            image. This property matters only if the Skin property is set. The default value is Center.
             | 
|   | AnimationType | Represents the effects that can be used in an animation. | 
|   | AppointmentSortingMode | 
            Defines the appointment sorting mode for TimelineView
             | 
|   | AppointmentStyleMode | 
            Defines the styling mode for appointments.
             | 
|   | BarcodeOutputType | 
            Enumeration of the supported Barcode rendering types
             | 
|   | BarcodeType | 
            Enumeration of supported barcode standards
             | 
|   | BinaryImageResizeMode | |
|   | ButtonType | |
|   | CalendarAnimationType | 
            Summary description for CalendarAnimationType.
            Fade - The calendar or timeview fades in and out
            Slide - The calendar or timeview slides in and out
             | 
|   | CaptchaBackgroundNoiseLevel | 
            Amount of background noise to add to rendered image
             | 
|   | CaptchaFontWarpFactor | 
            Amount of random font warping to apply to rendered text
             | 
|   | CaptchaImageStorage | 
            Storage medium of the KaxCaptcha Image
             | 
|   | CaptchaLineNoiseLevel | 
            Amount of curved line noise to add to rendered image
             | 
|   | CaptchaPossibleChars | |
|   | ChartClientScrollMode | 
            Diagram scrollable mode.
             | 
|   | ClientOperationType | 
            Specifies the type of the ClientOperationT.
             | 
|   | ColorPreset | |
|   | CompressionType | |
|   | ControlObjectsVisibility | Specifies which control objects will be visible on a KaxUpload control. | 
|   | ControlTypeToApplySkin | |
|   | DatePickerPopupDirection | |
|   | DisplayFormatPosition | 
            Summary description for DisplayFormatPosition.
             | 
|   | DockHandle | 
            Defines the KaxDock titlebar and grips behavior.
             | 
|   | DockMode | 
            Defines the docking behavior of a KaxDock control
             | 
|   | DockToggleCommandState | 
            Defines the state of a DockToggleCommand item
             | 
|   | EditModes | 
            Provides enumerated values to be used to set edit mode in KaxEditor
             This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. | 
|   | EditorContentAreaMode | 
            This enum is used to list the valid modes for the KaxEditor content area.
             | 
|   | EditorFileOptions | |
|   | EditorFileTypes | |
|   | EditorFilters | 
            Provides enumerated values to be used to set the active content filters
             This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. | 
|   | EditorStripFormattingOptions | Provides enumerated values to be used to set format cleaning options on paste. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values. | 
|   | EditorToolbarMode | |
|   | EditorToolType | |
|   | ExpandDirection | This enumeration determines the direction in which child items will open. | 
|   | ExportType | |
|   | FormDecoratorDecoratedControls | |
|   | FragmentIgnoreOptions | |
|   | GridAggregateFunction | |
|   | GridButtonColumnType | Defines what button will be rendered in a GridButtonColumn | 
|   | GridChildLoadMode | 
            Defines the possible modes for loading the child items when
            KaxGrid displays hierarchy.
             | 
|   | GridClientDataBindingParameterType | |
|   | GridClientSettingsGridColumnsReorderMethod | |
|   | GridCommandItemDisplay | 
            Specifies the position of the CommandItem in
            Kettic KaxGrid.
             | 
|   | GridConfirmDialogType | Defines what kind of confirm dialog will be used in a GridButtonColumn | 
|   | GridCsvDelimiter | |
|   | GridDataSourcePersistenceMode | 
            Indicate where KaxGrid would store its data
             | 
|   | GridDateTimeColumnPickerType | |
|   | GridDropDownColumnControlType | |
|   | GridEditFormType | 
            Type of the edit forms in KaxGrid
             | 
|   | GridEditMode | To display the grid column editors inline when switching grid item in edit mode (see the screenshot below), you simply need to change the EditMode property to InPlace. | 
|   | GridExcelExportFormat | |
|   | GridExpandColumnType | |
|   | GridFilterListOptions | 
            Choose which filter function will be enabled for a column
             | 
|   | GridFocusKeys | |
|   | GridForceExtractValues | 
            Force KaxGrid to extract values from EditableColumns that are ReadOnly.
            See also the ExtractValuesFromItem(IDictionary, GridEditableItem) method.
             | 
|   | GridGroupLoadMode | Specifies where the grouping will be handled. There are two options: 
 | 
|   | GridGroupsChangingAction | |
|   | GridGroupSplitMode | |
|   | GridHeaderButtonType | An enumeration, used to get/set the button type of the headers of the columns. The default value is LinkButton. The possible values are: 
 If set to a value other than LinkButton, the property is only honored when sorting is enabled. | 
|   | GridHeaderContextMenuGridContextFilterTemplateFilterControl | |
|   | GridHeaderContextMenuGridContextFilterTemplateIdSuffix | |
|   | GridInsertItemDisplay | 
            Specifies the position of the InsertItem in
            Kettic KaxGrid.
             | 
|   | GridInsertItemPageIndexAction | |
|   | GridItemDropPosition | 
            	Specifies the position at which the user has dragged and dropped the source item(s) with regards to the 
            	destination item.
             | 
|   | GridItemType | |
|   | GridKnownFunction | 
            Predefined filter expression enumeration. Used by GridFilterFunction class.
             | 
|   | GridPagerMode | 
            The mode of the pager defines what buttons will be displayed and how the pager
            will navigate through the pages.
             | 
|   | GridPagerPosition | This enumeration defines the possible positions of the pager item | 
|   | GridPaperSize | |
|   | GridRebindReason | |
|   | GridResetPageIndexAction | 
                Discribe how KaxGrid whould respond if the
                CurrentPageIndex is invalid when data-binding. See
                CurrentResetPageIndexAction | 
|   | GridSortOrder | Enumeration representing the order of sorting data in KaxGrid | 
|   | GridTableFrame | 
            The frame attribute for a table specifies which sides of the frame surrounding
            the table will be visible.
             | 
|   | GridTableLayout | |
|   | GridTableTextDirection | 
            Specifies the two possible text directions. Related to
            Kettic KaxGrid support for right-to-left languages.
             | 
|   | GroupingDirection | 
            Specifies resource grouping direction in KaxScheduler.
             | 
|   | InputButtonsPosition | |
|   | InputMode | |
|   | InputSettingValidateOnEvent | |
|   | ItemFlow | Represents the different ways menu items can flow. | 
|   | KaxCaptchaProtectionStrategies | 
            Strategies for Spam Protection. Set in the ProtectionMode property.
             | 
|   | KaxComboBoxExpandDirection | 
            The Kettic.AspNet.Controls.KaxComboBoxExpandDirection enumeration supports two values - Up and Down.
             | 
|   | KaxComboBoxFilter | 
            The Kettic.AspNet.Controls.KaxComboBoxFilter enumeration supports three values - None, Contains, StartsWith. Default is None.
             | 
|   | KaxComboBoxImagePosition | |
|   | KaxComboBoxSort | 
            The Kettic.AspNet.Controls.KaxComboBoxSort enumeration supports three values - None, Ascending, Descending. Default is None.
             | 
|   | KaxFilterExpressionPreviewPosition | |
|   | KaxFilterFunction | |
|   | KaxFilterGroupOperation | |
|   | KaxListBoxSort | 
            The Kettic.AspNet.Controls.KaxListBoxSort enumeration supports three values - None, Ascending, Descending. Default is None.
             | 
|   | KaxListViewFilterFunction | |
|   | KaxListViewGroupFilterOperator | |
|   | KaxListViewInsertItemPosition | 
            Specifies the location of the InsertItemTemplate template when it is
            rendered as part of the KaxListView control. 
             | 
|   | KaxListViewItemType | 
            Specifies the function of an item in the KaxListView control. 
             | 
|   | KaxListViewRebindReason | |
|   | KaxListViewSortOrder | Enumeration representing the order of sorting data in KaxListView | 
|   | KaxNavigationItemImagePosition | The position of the image within a panel item. | 
|   | KaxSkinManagerPersistenceMode | |
|   | KaxTreeViewDropPosition | 
            	Specifies the position at which the user has dragged and dropped the source node(s) with regards to the 
            	destination node.
             | 
|   | KetticCdnMode | 
            Enumeration of the possible modes for the Kettic CDN.
             | 
|   | ListBoxButtonPosition | 
            Specifies the position of the buttons in a KaxListBox.
             | 
|   | ListBoxDropPosition | 
            	Specifies the position at which the user has dragged and dropped the source item(s) with regards to the 
            	destination item.
             | 
|   | ListBoxHorizontalAlign | 
            Specifies the horizontal alignment of buttons
             | 
|   | ListBoxReorderButtons | Specifies which reorder buttons should be shown in KaxListBox. Members might be combined using bitwise operators allowing for custom configurations. | 
|   | ListBoxSelectionMode | 
            This enumeration controls the Selection Mode of KaxListBox.	
             | 
|   | ListBoxTransferButtons | Specifies which transfer buttons should be shown in KaxListBox. Members might be combined using bitwise operators allowing for custom configurations. | 
|   | ListBoxTransferMode | 
            Specifies the transfer behavior
             | 
|   | ListBoxVerticalAlign | 
            Specifies the vertical alignment of buttons
             | 
|   | MenuItemExpandMode | 
            This enumeration controls the expand behaviour of the items.	
             | 
|   | MenuRepeatDirection | 
            Specifies the repeat direction of KaxMenu items when rendered in columns.
             | 
|   | MultiPageScrollBars | 
            	Specifies the visibility and position of scrollbars in a KaxMultiPage control.
             | 
|   | NavigationBarExpandMode | 
            Represents the different ways KaxNavigationBar behaves when an item is
            expanded.
             | 
|   | NumericRangeAlign | 
            Numeric range alignment options
             | 
|   | NumericType | |
|   | OutputCompression | 
            Defines the output compression mode of the Kettic.AspNet.Controls.WebResource.axd handler.
             | 
|   | OverflowBehavior | |
|   | PagerButtonFieldType | |
|   | PagerFieldButtonType | |
|   | PaletteModes | 
            Specifies the visible modes of the KaxColorPicker's palette.
             | 
|   | RatingPrecision | 
            Specifies the possible values for the Precision property of the KaxRating control.
             | 
|   | RatingSelectionMode | 
            Specifies the possible values for the SelectionMode property of the KaxRating control.
             | 
|     | RecurrenceDay | Specifies the days of the week. Members might be combined using bitwise operations to specify multiple days. | 
|   | RecurrenceFrequency | Specifies the frequency of a recurrence. | 
|   | RecurrenceMonth | Specifies the months in which given event recurs. | 
|   | RecurrenceState | |
|   | RotatorScrollDirection | |
|   | RotatorType | |
|   | SchedulerFormMode | |
|   | SchedulerNavigationCommand | 
            Specifies the type of navigation commands that are supported by KaxScheduler.
             | 
|   | SchedulerResourcePopulationMode | 
            Specifies the resource population mode of a KaxScheduler control when using Web Service data binding.
             | 
|   | SchedulerViewType | Specifies the view mode of a KaxScheduler control. | 
|   | SelectionOnFocus | 
            Summary description for AutoPostBackControl.
             | 
|   | SiteMapLayout | 
            Specifies the layout mode of KaxSiteMap nodes.
             | 
|   | SiteMapRepeatDirection | 
            Specifies the repeat direction of KaxSiteMap columns.
             | 
|   | SpellCheckProvider | 
            The spellcheck provider enumeration.
             | 
|   | SplitBarCollapseMode | 
            Specifies the collapse mode of a splitbar
             | 
|   | SplitterCollapseDirection | 
            Specifies the collapse direction options of the splitter bar
             | 
|   | SplitterPaneScrolling | 
            Specifies the scrolling options for the KaxPane object
             | 
|   | SplitterResizeMode | 
            Specifies resize mode options for the KaxSplitter object
             | 
|   | SplitterSlideDirection | 
            Specifies the available directions for the slide panes
             | 
|   | SplitterSlidePaneTabView | 
            Specifies views of the pane tab
             | 
|   | TabControlAlign | 
            Specifies the alignment of tabs within the KaxTabControl control.
             | 
|   | TabControlOrientation | 
            	Specifies the way tabs can be oriented
             | 
|   | TabControlScrollButtonsPosition | 
            	The position of the scroll buttons when the KaxTabControl.ScrollChildren
            	property is set to true.
             | 
|   | TagCloudDistribution | 
            Specifies the possible values for the Distribution property of the KaxTagCloud control.
             | 
|   | TagCloudSorting | 
            Specifies the possible values for the Sorting property of the KaxTagCloud control.
             | 
|   | ToolBarDropDownExpandDirection | 
            Specifies the expand direction of a drop down within the KaxToolBar control.
             | 
|   | ToolBarImagePosition | 
            Specifies the position of the image of an item within the KaxToolBar
            control according to the item text.
             | 
|   | ToolTipAnimation | |
|   | ToolTipHideEvent | |
|   | ToolTipPosition | |
|   | ToolTipRelativeDisplay | |
|   | ToolTipScrolling | |
|   | ToolTipShowEvent | |
|   | TrackBarItemType | |
|   | TrackBarThumbsInteractionMode | |
|   | TrackBarTrackPosition | |
|   | TrackBarValueToolTipPosition | |
|   | TreeNodeCheckState | 
            Specifies the checked state of KaxTreeNode.
             | 
|   | TreeNodeExpandMode | 
            This enumeration controls the expand behaviour of the nodes.	
             | 
|   | TreeViewLoadingStatusPosition | 
            Specifies where the loading message is shown when Client-side load on demand is used.
             | 
|   | ViewMode | 
            Specifies KaxColorPicker's ViewMode
             | 
|   | WindowAnimation | |
|   | WindowBehaviors | 
            Specifies the behaviors of the kaxWindow object
             | 
|   | WordIgnoreOptions | |
|   | XmlHttpPanelRenderMode | 
            Represents the possible layout rendering options for the content of an KaxXmlHttpPanel control on a page.
             |