Classes

  Class Description
Public class BrowserInfo
Represents information about browser what initiated Page request.
Public class C1AjaxHelper
C1AjaxHelper.
Public class C1BaseSerializer<(Of <(<'TControl, TItem, TICollectionOwner>)>)>
Serializes Control.
Public class C1BaseStateManager
Base class to support view state management for a server control.
Public class C1ObservableItemCollection<(Of <(<'TOwner, TItem>)>)>
Public class C1ObservableItemCollection<(Of <(<'TOwner, TItem>)>)>..::..CollectionChangedEventArgs
Provides data for the CollectionChanged events.
Public class C1ThemeableCompositeControl
Base class that implements the VisualStylening Mechanism for ComponentOne Web Controls.
Public class C1ThemeableCompositeDataBoundControl
Base class that implements the VisualStylening Mechanism for ComponentOne Web Controls.
Public class C1ThemeableControl
Base class that implements the VisualStylening Mechanism for ComponentOne Web Controls.
Public class C1ThemeableDataBoundControl
Base class that implements the VisualStylening Mechanism for ComponentOne Web Controls.
Public class C1ThemeableHierarchicalDataBoundControl
Base class that implements the Visual Style Mechanism for ComponentOne Web Controls.
Public class C1ThemeHelper
VisualStyles helper class.
Public class C1WebColorConverter
Converts a predefined color name or an RGB color value to and from a System.Drawing.Color object.
Public class ClientSideHandlerArgsAttribute
Client side handler arguments attribute.
Public class Common
Common.
Public class ContentPanel
Defines a region for content in a control.
Public class FrameworkStringConstants
Contains constant definitions for different builds of the framework. Used by developers.
Public class HtmlTextWriterWrapper
System.Web.UI.HtmlTextWriter wrapper. Allows render attributes that recognized by ASP .NET as unsupported features.
Public class IPhoneElement
Base class for all elements, handles layout and styles.
Public class JsonAttribute
Attribute used to specifying whether Json helper need to serialize member what owns this attribute.
Public class JsonHelper
JsonHelper class. Contains static methods for working with JSON strings.
Public class JsonSerializableHelper
Implementation of the IClientSerializable interface.
Public class LayoutAttribute
Public class ScriptManagerHelper
Public class SerializeAllAttribute
Used for XML serialization.
Public class UTFSupport
UTFSupport

Interfaces

  Interface Description
Public interface IC1Serializable
Use this interface to mark control as one what supports properties serialization.
Public interface IC1ThemeSupport
Defines the interface to support theming.
Public interface IJsonEmptiable
Interface useb by Json serializator to check if an object should be serialized.

Remarks

JsonAttribute attribute should be declared on serialized member with IsSkipIfEmpty parameter set to true.

Should be used if it is impossible to declare empty value of a member using EmptyValue.

Public interface IJsonSerializable
Interface for serializing controls to client.
Public interface IWebApplicationMasterControl
Defines properties and methods that must be implemented by root web application control (e.g. C1ViewPort or C1LaunchPad).

Delegates

  Delegate Description
Public delegate C1ObservableItemCollection<(Of <(<'TOwner, TItem>)>)>..::..CollectionChangedEventHandler
Raised when the colection is changed.

Enumerations

  Enumeration Description
Public enumeration AnimationEffect
Type of the animation.
Public enumeration C1ObservableItemCollection<(Of <(<'TOwner, TItem>)>)>..::..ChangeType
Specifies how the collection was changed.
Public enumeration Easing
Specifies the transition for objects being animated.
Public enumeration LayoutType
Layouts for XML serialization.
Public enumeration StatusBarStyle
Status bar style for full screen mode.
Public enumeration TextImageRelation
Enueration that determines the postition relationship of text and image.