Interface ITile
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface ITile
Properties
Content
Declaration
object Content { get; set; }
Property Value
System.Object
|
DisplayIndex
Declaration
int DisplayIndex { get; set; }
Property Value
System.Int32
|
Group
Declaration
object Group { get; set; }
Property Value
System.Object
|
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|