ClassRadImageGallery
Represents RadImageGallery for Asp.Net Ajax control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadImageGallery : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadImageGallery
Inherited Members
Constructors
RadImageGallery()
Initializes a new instance of the RadImageGallery class.
Declaration
public RadImageGallery()
RadImageGallery(Element)
Initializes a new instance of the RadImageGallery class.
Properties
ClientId
The client id of the RadImageGallery.
ClientSideLocator
The client-side locator of the RadLightBox.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Count
Get the ImageGallery items count.
DisplayAreaMode
Get the ImageGallery displayAreaMode.
LocatorExpression
Get the item locator FindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
PageSize
Get the ImageGallery pageSize.
RenderMode
Render mode of RadGrid.
ScrollNextButton
The Scroll Next button of the ImageGallery
ScrollPrevButton
The Scroll Pver button of the ImageGallery
allowPaging
Whether the ImageGallery is with allow Paging.
isInFullScreen
Whether the ImageGallery is in Full Screen.
isPaused
Whether the ImageGallery is paused.
isPlaying
Whether the ImageGallery is paused.
isPositionHorizontal
Get the ImageGallery get_thumbnailsArea()._isPositionHorizontal
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.
ScrollNext()
Clicks on the Scroll Next button of the ImageGallery.
Declaration
public void ScrollNext()
ScrollPrev()
Clicks on the Scroll Previous button of the ImageGallery.
Declaration
public void ScrollPrev()
SelectItem(int)
Select item of ImageGallery .