ClassRadLightBox
Represents RadLightBox for Asp.Net Ajax control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadLightBox : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadLightBox
Inherited Members
Constructors
RadLightBox()
Initializes a new instance of the RadLightBox class.
Declaration
public RadLightBox()
RadLightBox(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
CloseButton
The close button of the lightbox.
Count
Returns items count of the LightBox.
CurrentItemIndex
Returns currentItemIndex 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.
MaximizeButton
The maximize button of the lightbox.
MaximizeMode
Whether the LightBox is maximized.
Modal
Whether the LightBox is modal.
NavigationMode
Returns the navigation mode of the LightBox.
RestoreButton
The restore button of the lightbox.
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.
Maximize()
Clicks on the maximize button of the LightBox.
Declaration
public void Maximize()
Restore()
Clicks on the maximize button of the LightBox.
Declaration
public void Restore()