Class Tile
Inheritance
System.Object
Tile
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 Tile : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement, ITile
Constructors
Tile()
Declaration
public Tile()
Properties
Content
Declaration
public object Content { get; set; }
Property Value
System.Object
|
DisplayIndex
Declaration
public int DisplayIndex { get; set; }
Property Value
System.Int32
|
Group
Declaration
public object Group { get; set; }
Property Value
System.Object
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|