Classes

  ClassDescription
Public classC1DockPanel
Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.
Public classC1ToolBar
Public classC1ToolBarButton
Represents the client-side ASP.NET toolbar button.
Public classC1ToolBarCheckButton
C1ToolBarCheckButton defines a toolbar check button on a toolbar.
Public classC1ToolBarDropDownBase
Represents the C1ToolBarDropDownBase class that provides common properties and functionality for all items in C1ToolBar's client-side object model.
Public classC1ToolBarDropDownList
Represents a C1ToolBarDropDownList that is used in the dropdown button.
Public classC1ToolBarGroup
The C1ToolBarGroup object defines a group of toolbar elements. C1ToolBarGroups are typically used when a group of functions are mutually exclusive. That is, only one of the functions represented by the group of buttons can be on at a time.
Public classC1ToolBarItem
Represents the C1ToolBarItem.
Public classC1ToolBarItemCollection
Represents a collection of C1ToolBarItem objects that are used by the Items property.
Public classC1ToolBarItemCollectionChangedEventArgs
C1ToolBarItemCollectionChangedEventArgs is used for the C1ToolBarItemCollectionChange event.
Public classC1ToolBarItemEventArgs
C1ToolBarEventArgs is used for the ItemClick/ItemCheck/ItemSelect event.
Public classC1ToolBarItemEventHandler
Delegate type for handling events that are related to C1ToolBarItem event.
Public classC1ToolBarItemSelectOrCheckEventHandler
Delegate type for handling events that are related to C1ToolBarItem event.
Public classC1ToolBarItemVisibleChangedHandler
Represents the C1ToolBarItemVisibleChangedHandler.
Public classC1ToolBarPropertyChangedHandler
Delegate type for handling events that property changed.
Public classC1ToolBarSeparator
C1ToolBarSeparator defines a separator element on a toolbar. The separator appears as a solid or dashed vertical line for horizontal toolbars and a horizontal line for vertical toolbars.
Public classC1ToolBarSplitButton
The C1ToolBarSplitButton object defines a split toolbar button. The toolbar split button includes a list of toolbar items like the toolbar dropdown list button, but its toolbar items in the dropdown list appear only when you click the drop down side of the split button.
Public classChangeStatus
Specifies C1ToolBarItem change status.
Public classCheckState
Represents the CheckState.
Public classConst_C1ToolBarGroup
Public classConst_C1ToolBarScrollPanel
Represents the C1ToolBarScrollPanel.
Public classDisplayStyle
Specifies whether the image and text are rendered.
Public classSelectionMode
Represents the selection mode.
Public classTextImageRelation
Determines text and image's relation where image will be rendered.

Interfaces

  InterfaceDescription
Public interfaceIC1ToolBarItemOwner
Represents the C1ToolBarItemOwner.
Public interfaceIC1ToolBarPropertyChanged
The C1ToolBarItem object represents link type items and provides the following three properties specific to link items: NavigateUrl property, Target property, and Text property. All toolbar items and child toolbar items are stored in the Items collection. C1ToolBar items can be a link item, button item, list item, group item, or separator item.