Class MediaPlayerPlaylist
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class MediaPlayerPlaylist : HtmlDivConstructors
MediaPlayerPlaylist()
Declaration
public MediaPlayerPlaylist()MediaPlayerPlaylist(Element)
Properties
ButtonsTriggerType
Declaration
public PlayListButtonsTriggerType ButtonsTriggerType { get; }Property Value
| PlayListButtonsTriggerType 
 | 
ClientId
Declaration
public string ClientId { get; }Property Value
| System.String 
 | 
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }Property Value
| System.String 
 | 
Overrides
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }Property Value
| IFindExpression 
 | 
Overrides
NextButton
Number
Declaration
public int Number { get; }Property Value
| System.Int32 
 | 
PositionMode
PrevButton
SelectedItemIndex
Declaration
public int SelectedItemIndex { get; }Property Value
| System.Int32 
 | 
Methods
AssignElement(Element)
ControlAssert()
Next()
Declaration
public void Next()Prev()
Declaration
public void Prev()SelectItem(Int32)
Declaration
public void SelectItem(int itemIndex)Parameters
| System.Int32
        itemIndex 
 |