Class
RadImageGalleryItem

Represents RadImageGallery for Asp.Net Ajax control wrapper.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public class RadImageGalleryItem : HtmlContainerControl

Inheritance: objectControlHtmlControlHtmlContainerControlRadImageGalleryItem

Inherited Members HtmlContainerControl.TextContentHtmlContainerControl.InnerTextHtmlControl.FindParentContainer<TContainerControl>()HtmlControl.ValidateTag(string)HtmlControl.ValidateControl()HtmlControl.ParseResponseValue<T>(string, T)HtmlControl.GetAttributeAsString(string)HtmlControl.InitializeMappings(MappingsCollection)HtmlControl.GetRectangle()HtmlControl.IsVisible()HtmlControl.GetStyleValue(string)HtmlControl.GetStyle(string)HtmlControl.GetComputedStyleValue(string)HtmlControl.GetComputedStyle(string)HtmlControl.Parent<TContainerControl>()HtmlControl.Capture()HtmlControl.Capture(string, string)HtmlControl.Capture(string)HtmlControl.InvokeEvent(ScriptEventType)HtmlControl.InvokeEvent(ScriptEventType, bool)HtmlControl.InvokeEvent(ScriptEvent)HtmlControl.InvokeEvent(ScriptEvent, bool)HtmlControl.AddEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.RemoveEventListener(string, EventHandler<JavascriptEventArgs>)HtmlControl.MouseClick()HtmlControl.MouseClick(MouseClickType)HtmlControl.MouseClick(MouseClickType, int, int)HtmlControl.MouseClick(MouseClickType, Point, OffsetReference)HtmlControl.MouseClick(MouseClickType, int, int, OffsetReference)HtmlControl.MouseHover()HtmlControl.MouseHover(Point)HtmlControl.MouseHover(int, int)HtmlControl.MouseHover(int, int, OffsetReference)HtmlControl.Click()HtmlControl.Click(bool)HtmlControl.ScrollToVisible()HtmlControl.ScrollToVisible(ScrollToVisibleType)HtmlControl.ScrollToVisible(ScrollToVisibleType, Rectangle)HtmlControl.Download(bool, DownloadOption, string, int)HtmlControl.CallMethod(string)HtmlControl.CallMethod<T>(string)HtmlControl.CallMethod<T>(string, T)HtmlControl.GetValue<T>(string)HtmlControl.GetValue<T>(string, T)HtmlControl.GetValue<T>(string, bool)HtmlControl.GetValue<T>(string, bool, T)HtmlControl.SetValue<T>(string, T)HtmlControl.SetValue<T>(string, T, bool)HtmlControl.Focus()HtmlControl.DragTo(OffsetReference, Point, int, int)HtmlControl.DragTo(OffsetReference, int, int, Rectangle, OffsetReference, int, int)HtmlControl.DragTo(Point)HtmlControl.DragTo(int, int)HtmlControl.DragTo(HtmlControl)HtmlControl.DragTo(HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, Point, HtmlControl)HtmlControl.DragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)HtmlControl.DragTo(OffsetReference, int, int, bool, HtmlControl, OffsetReference, int, int, bool)HtmlControl.DragToWindowLocation(OffsetReference, int, int, bool, OffsetReference, int, int, bool)HtmlControl.ToString()HtmlControl.AsjQueryControl()HtmlControl.GetElementByTagNameClientSideLocatorHtmlControl.GetElementByIdClientSideLocatorHtmlControl.FindHtmlControl.ScrollTopHtmlControl.ScrollLeftHtmlControl.WaitHtmlControl.IDHtmlControl.CssClassHtmlControl.AttributesHtmlControl.MappingsHtmlControl.StylesHtmlControl.EventsHtmlControl.TagNameHtmlControl.ChildNodesHtmlControl.IsActiveElementHtmlControl.IsEnabledControl.Refresh()Control.AssignFailed(Exception)Control.SetTelerikComponentsVersion(TelerikComponentsVersion?)Control.MatchControl(Element, FindParam)Control.GetFamilyElement(int, Element)Control.ThrowOnInvalidAssignmentControl.TelerikComponentsVersionControl.IsRefreshControl.BaseElementControl.OwnerBrowserControl.Locator

Constructors

RadImageGalleryItem()

Initializes a new instance of the RadImageGallery class.

Declaration

cs-api-definition
public RadImageGalleryItem()

RadImageGalleryItem(Element)

Initializes a new instance of the RadImageGallery class.

Declaration

cs-api-definition
public RadImageGalleryItem(Element element)

Parameters

element

Element

Properties

ClientId

The client id of the RadImageGallery.

Declaration

cs-api-definition
public string ClientId { get; }

Property Value

string

ClientSideLocator

The client-side locator of the RadImageGallery.

Declaration

cs-api-definition
public override string ClientSideLocator { get; }

Property Value

string

Overrides HtmlControl.ClientSideLocator

CurrentItemIndex

Returns currentItemIndex of the RadImageGallery.

Declaration

cs-api-definition
public int CurrentItemIndex { get; }

Property Value

int

EnterFullScreenButton

Declaration

cs-api-definition
public HtmlSpan EnterFullScreenButton { get; }

Property Value

HtmlSpan

ExitFullScreenButton

Declaration

cs-api-definition
public HtmlSpan ExitFullScreenButton { get; }

Property Value

HtmlSpan

Height

Returns the height of RadImageGallery item.

Declaration

cs-api-definition
public string Height { get; }

Property Value

string

HideThumbnailsButton

The Hide Thumbnails button of the ImageGallery

Declaration

cs-api-definition
public HtmlSpan HideThumbnailsButton { get; }

Property Value

HtmlSpan

ImageUrl

Returns the ImageUrl of RadImageGallery item.

Declaration

cs-api-definition
public string ImageUrl { get; }

Property Value

string

ItemDescription

Returns the description of RadImageGallery item.

Declaration

cs-api-definition
public string ItemDescription { get; }

Property Value

string

LiteCloseButton

The Close button of the ImageGallery

Declaration

cs-api-definition
public HtmlSpan LiteCloseButton { get; }

Property Value

HtmlSpan

LiteNextButton

The Lite Next button of the ImageGallery

Declaration

cs-api-definition
public HtmlSpan LiteNextButton { get; }

Property Value

HtmlSpan

LitePrevButton

The Prev button of the ImageGallery

Declaration

cs-api-definition
public HtmlSpan LitePrevButton { get; }

Property Value

HtmlSpan

LocatorExpression

Get the item locator FindExpression.

Declaration

cs-api-definition
public override IFindExpression LocatorExpression { get; }

Property Value

IFindExpression

Overrides Control.LocatorExpression

PauseButton

The pause button of the media player.

Declaration

cs-api-definition
public HtmlSpan PauseButton { get; }

Property Value

HtmlSpan

PlayButton

The play button of the image gallery.

Declaration

cs-api-definition
public HtmlSpan PlayButton { get; }

Property Value

HtmlSpan

ShowThumbnailsButton

The Show Thumbnails button of the ImageGallery

Declaration

cs-api-definition
public HtmlSpan ShowThumbnailsButton { get; }

Property Value

HtmlSpan

ThumbnailUrl

Returns the ThumbnailUrl of RadImageGallery item.

Declaration

cs-api-definition
public string ThumbnailUrl { get; }

Property Value

string

Title

Returns the Title of RadImageGallery item.

Declaration

cs-api-definition
public string Title { get; }

Property Value

string

Width

Returns the Width of RadImageGallery item.

Declaration

cs-api-definition
public string Width { get; }

Property Value

string

Methods

AssignElement(Element)

Assign element and initialize this control.

Declaration

cs-api-definition
public override void AssignElement(Element e)

Parameters

e

Element

The base element.

Overrides HtmlContainerControl.AssignElement(Element)

ControlAssert()

Returns RadControlAssert instance initialized for this control.

Declaration

cs-api-definition
public RadControlAssert ControlAssert()

Returns

RadControlAssert

RadControlAssert instance initialized for this control.

EnterFullScreen()

Clicks on the FullScreen button of the ImageGallery.

Declaration

cs-api-definition
public void EnterFullScreen()

ExitFullScreen()

Clicks on the Exit FullScreen button of the ImageGallery.

Declaration

cs-api-definition
public void ExitFullScreen()

HideThumbnails()

Clicks on the Hide Thumbnails button of the ImageGallery.

Declaration

cs-api-definition
public void HideThumbnails()

Item(int)

Get the opened item of RadImageGallery .

Declaration

cs-api-definition
public object Item(int itemIndex)

Parameters

itemIndex

int

Returns

object

LiteClose()

Clicks on the Previous button of the ImageGallery.

Declaration

cs-api-definition
public void LiteClose()

LiteNext()

Clicks on the Next button of the ImageGallery.

Declaration

cs-api-definition
public void LiteNext()

LitePrev()

Clicks on the Previous button of the ImageGallery.

Declaration

cs-api-definition
public void LitePrev()

Next()

Clicks on the next button of the RadImageGallery.

Declaration

cs-api-definition
public void Next()

Pause()

Clicks on the play button of the MediaPlayer.

Declaration

cs-api-definition
public void Pause()

Play()

Clicks on the play button of the MediaPlayer.

Declaration

cs-api-definition
public void Play()

Prev()

Clicks on the prev button of the RadImageGallery.

Declaration

cs-api-definition
public void Prev()

ShowThumbnails()

Clicks on the Show Thumbnails button of the ImageGallery.

Declaration

cs-api-definition
public void ShowThumbnails()