ClassRadTileList
Represents the RadTileList for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadTileList : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadTileList
Inherited Members
Constructors
RadTileList()
Initializes a new instance of the RadTileList class.
Declaration
public RadTileList()
RadTileList(Element)
Initializes a new instance of the RadTileList class.
Properties
ClientId
Get the client Id of the TileList
ClientSideLocator
Get the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
EnableDragAndDrop
Gets or sets whether the drag and drop is enabled.
GroupsCount
Gets the count of the groups of the TileList.
Height
Gets or sets the height of the TileList.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ScrollingMode
Gets the ScrollingMode of the TileList.
Declaration
public TileListScrollingMode ScrollingMode { get; set; }
Property Value
SelectionMode
Gets or sets the SelectionMode of the TileList.
Declaration
public TileListSelectionMode SelectionMode { get; set; }
Property Value
Skin
Gets the skin of the TileList.
TileRows
Gets the count of the TileRows of the TileList.
Visible
Gets or sets whether the TileList is visible.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ClearSelection()
Clear selection of the TileList
Declaration
public void ClearSelection()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
GetSelectedTiles()
Gets all selected tiles.
GetTileByAllTilesIndex(int)
Get a tile by all tiles index
GetTileByName(string)
Gets a tile by name.
GetTilesByGroupIndex(int)
Gets tiles by group index