The C1CoverFlow type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1CoverFlow |
Initializes a new instance of the C1CoverFlow class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AssignPropertiesState |
Assigns the properties state hash that used to retrieve and store properties values.
(Inherited from C1ThemeableControlBase.) |
![]() |
ClearPendingPostbackEvents |
Clear pending postback events.
(Inherited from C1ThemeableControlBase.) |
![]() |
CloseCover |
Closes previously opened cover.
|
![]() |
CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
(Inherited from C1ThemeableControlBase.) |
![]() |
DoPostBack |
Execute postback.
(Inherited from C1ThemeableControlBase.) |
![]() |
GetCoverIndexByXPos |
Gets the cover index by X position given by parameter xPos.
|
![]() |
Initialize |
Initializes this instance.
(Overrides ComponentInitialize()()()().) |
![]() |
Invalidate |
Invalidates the entire surface of the control and causes the control to be redrawn.
(Overrides C1ThemeableControlBase..::..Invalidate()()()().) |
![]() |
OpenCover |
Open the cover given by parameter.
|
![]() |
PendingPostbackEvent |
Call this method if you want to raise server event on postback or callback.
(Inherited from C1ThemeableControlBase.) |
![]() |
PendingPostbackPropertyChanged |
Called when property changed.
(Inherited from C1ThemeableControlBase.) |
![]() |
SaveState |
Saves the properties state.
(Inherited from C1ThemeableControlBase.) |
Properties
Name | Description | |
---|---|---|
![]() |
BlankImageUrl |
Gets the blank image URL.
|
![]() |
ClientObjectID |
Gets the client side object ID. This id can be used as alternative to $find(id) method
when instance of control class created dynamically without registering within ASP .NET AJAX framework.
Usage example:
var controlObj = window[control.get_clientObjectID());
(Inherited from C1ThemeableControlBase.) |
![]() |
CoverHeight |
Gets the height of the cover.
|
![]() |
Covers |
Gets a C1CoverCollection object that includes the child covers in the C1CoverFlow control.
|
![]() |
CoversContainerElement |
Gets the c1 covers container element.
|
![]() |
CoverWidth |
Gets the width of the cover.
|
![]() |
Enabled |
Gets or sets a value indicating whether the Web server control is enabled.
(Inherited from C1ThemeableControlBase.) |
![]() |
FlowAngle |
Gets or sets the flow angle in degrees.
|
![]() |
OpenedCover |
Gets the currently opened cover with active back side. Returns null if all covers closed.
|
![]() |
OutermostElement |
Gets the otermost control container element.
(Inherited from C1ThemeableControlBase.) |
![]() |
PropertiesState |
Constructs a state characterized by dictionary properties.
(Inherited from C1ThemeableControlBase.) |
![]() |
UniqueID |
Gets the unique, hierarchically qualified identifier for server control.
(Inherited from C1ThemeableControlBase.) |
![]() |
VisualStyle |
Gets or sets the visual style name used by the control.
(Inherited from C1ThemeableControlBase.) |
Events
Name | Description | |
---|---|---|
![]() |
BeforeCloseCover |
Fires on client side before close cover. Events is cancelable.
|
![]() |
BeforeOpenCover |
Fires on client side before open cover. Events is cancelable.
|