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