The following tables list the members exposed by VideoPlayerRelatedVideo.
Name | Description | |
---|---|---|
VideoPlayerRelatedVideo Constructor |
Name | Description | |
---|---|---|
Css | Get or set custom CSS class to be applied on the related video element. | |
Height | Get or set the height of the image showing the related video. | |
ImageUrl | Get or set the image url of the related video. | |
IsEmpty | Checks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
Link | Get or set a link to a page that will play the related video. It will be opened in a new window. If there are sources also, the link property has a priority. | |
Sources | Get or set the sources of the related video. | |
Title | Get or set the title of the video. | |
Width | Get or set the width of the image showing the related video. |
Name | Description | |
---|---|---|
HasViewState | Returns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
ViewState | Returns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) |
Name | Description | |
---|---|---|
LoadViewState | Overridden. Load data modified at run time. | |
OnPropertyChange | Overloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
SaveViewState | Overridden. Save data modified at run time. | |
SetValue | Overloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase) | |
ToOption | Overridden. Returns this object as option for jquery init | |
TrackViewState | Overridden. Enables view state tracking for sub-objects |