Class RadTileList
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadTileList : HtmlContainerControl
Constructors
RadTileList()
Declaration
public RadTileList()
RadTileList(Element)
Properties
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
EnableDragAndDrop
Declaration
public bool EnableDragAndDrop { get; set; }
Property Value
System.Boolean
|
GroupsCount
Declaration
public int GroupsCount { get; }
Property Value
System.Int32
|
Height
Declaration
public string Height { get; set; }
Property Value
System.String
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
ScrollingMode
Declaration
public TileListScrollingMode ScrollingMode { get; set; }
Property Value
TileListScrollingMode
|
SelectionMode
Declaration
public TileListSelectionMode SelectionMode { get; set; }
Property Value
TileListSelectionMode
|
Skin
Declaration
public string Skin { get; }
Property Value
System.String
|
TileRows
Declaration
public int TileRows { get; }
Property Value
System.Int32
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Width
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
AssignElement(Element)
ClearSelection()
Declaration
public void ClearSelection()
ControlAssert()
GetSelectedTiles()
Declaration
public List<RadTile> GetSelectedTiles()
Returns
System.Collections.Generic.List<RadTile>
|
GetTileByAllTilesIndex(Int32)
Declaration
public RadTile GetTileByAllTilesIndex(int index)
Parameters
System.Int32
index
|
Returns
RadTile
|
GetTileByName(String)
GetTilesByGroupIndex(Int32)
Declaration
public List<RadTile> GetTilesByGroupIndex(int index)
Parameters
System.Int32
index
|
Returns
System.Collections.Generic.List<RadTile>
|