Interface IRadTileViewItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadTileViewItem : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
HeaderText
Declaration
string HeaderText { get; }
Property Value
System.String
|
IsMaximized
Declaration
bool IsMaximized { get; }
Property Value
System.Boolean
|
IsMinimized
Declaration
bool IsMinimized { get; }
Property Value
System.Boolean
|
IsRestored
Declaration
bool IsRestored { get; }
Property Value
System.Boolean
|
ItemIndex
Declaration
int ItemIndex { get; }
Property Value
System.Int32
|
MinimizedHeight
Declaration
double MinimizedHeight { get; set; }
Property Value
System.Double
|
MinimizedWidth
Declaration
double MinimizedWidth { get; set; }
Property Value
System.Double
|
Position
Declaration
int Position { get; }
Property Value
System.Int32
|
ToggleStateButtonElement
Methods
ToggleState()
Declaration
void ToggleState()