Interface IRadTileList
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadTileList : IControl, IFrameworkElement, ITargetElement
Properties
Tiles
Declaration
IDictionary<int, ITile> Tiles { get; }
Property Value
System.Collections.Generic.IDictionary<System.Int32, ITile>
|