ClassDotsListItem
Class
Represents the DotsListItem class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class DotsListItem : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlDotsListItem
Inherited Members
Constructors
DotsListItem()
Initializes a new instance of the DotsListItem class.
Declaration
cs-api-definition
public DotsListItem()
DotsListItem(Element)
Initializes a new instance of the DotsListItem class.
Properties
DotsIndex
Get the index of the Get the index of the dots list item.
LocatorExpression
Get the FindParam that defines the pattern for a DotsListItem item.
Declaration
cs-api-definition
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign the DOM element to be the DotsListItem control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
Overrides