Class RadTileList
Inheritance
System.Object
RadTileList
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadTileList : Control, IAutomationPeer, IPeerConverter, IRadTileList, IControl, IFrameworkElement, ITargetElement
Constructors
RadTileList()
Declaration
public RadTileList()
Properties
Tiles
Declaration
public Dictionary<int, Tile> Tiles { get; }
Property Value
System.Collections.Generic.Dictionary<System.Int32, Tile>
|
Explicit Interface Implementations
IRadTileList.Tiles
Declaration
IDictionary<int, ITile> IRadTileList.Tiles { get; }
Returns
System.Collections.Generic.IDictionary<System.Int32, ITile>
|