The C1Splitter type exposes the following members.

Constructors

  NameDescription
Public methodC1Splitter
C1Slider constructor

Methods

  NameDescription
Public methodAddCssClass (Inherited from Control.)
Public methodAssignPropertiesState (Inherited from C1ThemeableControlBase.)
Public methodBeginUpdate (Inherited from Component.)
Public methodCreateInstance (Inherited from C1ThemeableControlBase.)
Public methodDispose (Inherited from Component.)
Public methodEndUpdate (Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Override Initialize method.
(Overrides ComponentInitialize()()()().)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn.
(Overrides C1ThemeableControlBaseInvalidate()()()().)
Public methodRemoveCssClass (Inherited from Control.)
Public methodSaveState (Inherited from C1ThemeableControlBase.)
Public methodToggleCssClass (Inherited from Control.)
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyID (Inherited from Component.)
Public propertyPanel1
Gets the Panel1 of C1Splitter.
Public propertyPanel2
Gets the Panel1 of C1Splitter.
Public propertyParent (Inherited from Control.)
Public propertyPropertiesState (Inherited from C1ThemeableControlBase.)
Public propertyResizeBehaviorSettings
Gets the ResizeBehaviorSettings of C1Splitter.
Public propertySplitterDistance
Gets or sets the location of the splitter, in pixels, from the left or top edge of the C1Splitter.
Public propertySplitterStyle
The splitter style for the Web control.
Public propertyUseEmbeddedVisualStyles
If true then control will use VisualStyle embedded into control's assembly. otherwise control will load VisualStyle from disk.
Public propertyVisibilityMode (Inherited from Control.)
Public propertyVisible (Inherited from Control.)
Public propertyVisualStyle
Gets or sets the visual style name used by the control.
(Overrides C1ThemeableControlBaseVisualStyle()()()().)
Public propertyWidth
Gets or sets width of the control.
Public propertyZIndex
Gets or sets ZIndex of the splitter bar.

Events

  NameDescription
Public eventCollapse
Fires on client side before user collapses the splitter bar.
Public eventCollapsed
Fires on client side when the splitter bar is collapsed.
Public eventDisposing (Inherited from Component.)
Public eventExpand
Fires on client side before user expands the splitter bar.
Public eventExpanded
Fires on client side when the splitter bar is expanded.
Public eventLoad
Fires after the splitter loads on the page
Public eventPropertyChanged (Inherited from Component.)
Public eventSize
Fires on client side before user resizes the splitter control.
Public eventSized
Fires on client side when the splitter control is resized.
Public eventSizing
Fires on client side when user is resizing the splitter control.

See Also