ClassRadTileViewItem
Represents the Silverlight RadTileViewItem wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadTileViewItem : ContentControl, IAutomationPeer, IPeerConverter, IRadTileViewItem, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadTileViewItem
Implements:
Inherited Members
Constructors
RadTileViewItem()
Initializes a new instance of the RadTileViewItem class.
Declaration
public RadTileViewItem()
Properties
ContentElement
Get the ContentElement of TileViewItem.
Declaration
public ContentPresenter ContentElement { get; }
Property Value
HeaderPart
Get the HeaderPart of TileViewItem.
Declaration
public FrameworkElement HeaderPart { get; }
Property Value
HeaderText
Get the item text in the header.
IsMaximized
Get whether the item is maximized.
IsMinimized
Get whether the item is minimized.
IsRestored
Get whether the item is restored.
IsSelected
Gets or sets the isSelected of the item.
ItemIndex
Get the item index.
MaximizeToggleButton
Declaration
public RadToggleButton MaximizeToggleButton { get; }
Property Value
MinimizedHeight
Gets or sets the minimized height of the item.
Declaration
public double MinimizedHeight { get; set; }
Property Value
Implements
MinimizedWidth
Gets or sets the minimized width of the item.
Declaration
public double MinimizedWidth { get; set; }
Property Value
Implements
Position
Get the item's Position.
ToggleStateButton
Get the toggle button changing the state.
Declaration
[Obsolete("The property is deprecated. Please use ToggleStateButtonElement instead.")]
public ToggleButton ToggleStateButton { get; }
Property Value
ToggleStateButtonElement
Get the toggle button changing the state.
Declaration
public FrameworkElement ToggleStateButtonElement { get; }
Property Value
Implements
Methods
ToggleState()
Selects the tab by clicking on it and update the parent control.
Declaration
public void ToggleState()
Implements