ClassRadLightBoxItem
Represents RadLightBox for Asp.Net Ajax control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadLightBoxItem : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadLightBoxItem
Inherited Members
Constructors
RadLightBoxItem()
Initializes a new instance of the RadLightBox class.
Declaration
public RadLightBoxItem()
RadLightBoxItem(Element)
Initializes a new instance of the RadLightBox class.
Properties
ClientId
The client id of the RadLightBox.
ClientSideLocator
The client-side locator of the RadLightBox.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
CurrentItemIndex
Returns currentItemIndex of the LightBox.
Height
Returns the height of LightBox item.
ImageUrl
Returns the ImageUrl of LightBox item.
ItemDescription
Returns the description of LightBox item.
ItemsCount
Returns items count of the LightBox.
LocatorExpression
Get the item locator FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
LoopItems
Whether loop items property of the LightBox is enabled.
NavigateUrl
Returns the NavigateUrl of LightBox item.
NextButton
The next button of the lightbox.
Declaration
public HtmlInputButton NextButton { get; }
Property Value
PrevButton
The prev button of the lightbox.
Declaration
public HtmlInputButton PrevButton { get; }
Property Value
TargetControlID
Returns the TargetControlID of LightBox item.
Title
Returns the Title of LightBox item.
Methods
AssignElement(Element)
Assign a base element for this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element associated with the control.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
Item(int)
Get the opened item of lightbox .
NavigateTo(int)
Get the opened item of lightbox .
Previous()
Clicks on the prev button of the LightBox.
Declaration
public void Previous()