Classes

  ClassDescription
Public classBrowserInfo
Represents information about browser what initiated Page request.
Public classC1ToolBar
C1Toolbar is an ASP.NET control that is used as a container to hold other controls such as buttons, check buttons, text boxes, drop-down lists, split-buttons, and separators. C1ToolBar provides six different objects to support the various types of controls used in the C1ToolBar: C1ToolBarGroup, C1ToolBarButton, C1ToolbarDropDownList, C1ToolbarCheckButton, C1ToolbarSplitButton, and C1ToolBarSeparator.
Public classC1ToolBarButton
Represents an ASP.NET toolbar button. The C1ToolBarButton object defines a toolbar button.
Public classC1ToolBarCheckButton
C1ToolBarCheckButton defines a toolbar check button on a toolbar.
Public classC1ToolBarDropDownBase
Is a base class that provides common properties and functionality for all items in C1ToolBar's object model.
Public classC1ToolBarDropDownList
Public classC1ToolBarEventArgs
C1ToolBarEventArgs is used by the following events: ItemClick, ItemSelected, and ItemPopulate.
Public classC1ToolBarGroup
The C1ToolBarGroup object defines a group of toolbar elements.
Public classC1ToolBarItem
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.
Public classC1ToolBarItemBase
Represents C1ToolBarItemBase, a base class for toolbar items and toolbar group.
Public classC1ToolBarItemBinding
Represents a C1ToolBarItemBinding class to specify the relationship of the data field and C1ToolBarItem's properties.
Public classC1ToolBarItemBindingCollection
Represents a collection of C1ToolBarItemBinding objects that are used by data-bound C1ToolBar control.
Public classC1ToolBarItemCollection
Represents a collection of C1ToolBarItem objects that are used by Items property.
Public classC1ToolBarItemCollectionChangedEventArgs
C1ToolBarItemCollectionChangedEventArgs is used for the C1ToolBarItemCollectionChange event.
Public classC1ToolBarItemList
Represents a C1ToolBarItemList. It is used in the dropdown or split button.
Public classC1ToolBarItemPropertyChangedEventArgs
C1ItemPropertyChangedEventArgs is used by the ItemPropertyChanged event.
Public classC1ToolBarItemTemplateContainer
Represents a container that holds the contents of a templated menu item in a C1ToolBar control.
Public classC1ToolBarScrollPanel
Instance of this class wraps toolbar items to the scroll panel.
Public classC1ToolBarSeparator
C1ToolBarSeparator defines a separator element on a toolbar.
Public classC1ToolBarSerializer
Serializes C1ToolBar Control.
Public classC1ToolBarSplitButton
The C1ToolBarSplitButton object defines a split toolbar button.

Interfaces

  InterfaceDescription
Public interfaceIC1CanDockControl
Defines a property which determines the position in which the dock control will be docked.
Public interfaceIC1ToolBarItemCollectionOwner
IC1ToolBarItemCollectionOwner interface.
Public interfaceIC1ToolBarItemContainer
IC1ToolBarItemContainer interface.

Delegates

  DelegateDescription
Public delegateC1ToolBarEventHandler
Delegate type for handling events that are related to the items.
Public delegateC1ToolBarItemPropertyChangedEventHandler
Delegate type for handling events that are related to the PropertyChanged event.

Enumerations

  EnumerationDescription
Public enumerationChangeStatus
Specifies IC1ToolBarItemCollectionOwner change status.
Public enumerationCheckState
Specifies the state of a toolbar control that can be checked, unchecked, or set to an indeterminate state.
Public enumerationDisplayStyle
Specifies whether the image and text are rendered.
Public enumerationDockMode
Specifies the position and manner in which a control is docked.
Public enumerationDockStyle
Specifies the position and manner in which a control is docked.
Public enumerationSelectionMode
Specifies the selection mode of the items in a group of the control.