ClassMediaPlayerPlaylist
Represents the wrapper for ASP.NET AJAX ConfigurationPanel control.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class MediaPlayerPlaylist : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivMediaPlayerPlaylist
Inherited Members
Constructors
MediaPlayerPlaylist()
Initializes a new instance of the MediaPlayerPlaylist class.
Declaration
public MediaPlayerPlaylist()
MediaPlayerPlaylist(Element)
Initializes a new instance of the MediaPlayerPlaylist class.
Declaration
public MediaPlayerPlaylist(Element element)
Parameters
element
Properties
ButtonsTriggerType
Get the buttons trigger type of MediaPlayer playlist.
Declaration
public PlayListButtonsTriggerType ButtonsTriggerType { get; }
Property Value
ClientId
The client id of the RadMediaPlayer.
ClientSideLocator
The client-side locator of the MediaPlayer.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Gets the locator IFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Number
Get the number of media files in MediaPlayer playlist.
PositionMode
Declaration
public PlayListPositionMode PositionMode { get; }
Property Value
PrevButton
The prev button of the media player playlist.
SelectedItemIndex
Clicks on the item of the MediaPlayer playlist.
Methods
AssignElement(Element)
Assigns element and initializes this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
SelectItem(int)
Clicks on the item of the MediaPlayer playlist.