Class RadTileViewItem
Represents an item in the Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Containers")]
public class RadTileViewItem : HeaderedContentControl
Constructors
RadTileViewItem()
Initializes a new instance of the Rad
Declaration
public RadTileViewItem()
Remarks
Use this constructor to create and initialize a new instance of the RadTileViewItem control.
Fields
HeaderStyleProperty
Identifies the HeaderStyle dependency property.
Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
System.
|
IsMouseOverDraggingProperty
Identifies the IsMouseOverDragging dependency property.
Declaration
public static readonly DependencyProperty IsMouseOverDraggingProperty
Field Value
System.
|
IsSelectedProperty
Identifies the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
MinimizedHeightProperty
Identifies the MinimizedHeight dependency property.
Declaration
public static readonly DependencyProperty MinimizedHeightProperty
Field Value
System.
|
MinimizedWidthProperty
Identifies the MinimizedWidth dependency property.
Declaration
public static readonly DependencyProperty MinimizedWidthProperty
Field Value
System.
|
PositionChangedEvent
Occurs when the Position of a Rad
Declaration
public static readonly RoutedEvent PositionChangedEvent
Field Value
System.
|
Remarks
Use this event to detect when the Position of a Rad
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.
|
PreviewPositionChangedEvent
Occurs before when the Position of a Rad
Declaration
public static readonly RoutedEvent PreviewPositionChangedEvent
Field Value
System.
|
Remarks
Use this event to detect when the Position of a Rad
PreviewSelectionChangedEvent
Identifies the PreviewSelectionChanged routed event.
Declaration
public static readonly RoutedEvent PreviewSelectionChangedEvent
Field Value
System.
|
PreviewTileStateChangedEvent
Occurs before the Tile
Declaration
public static readonly RoutedEvent PreviewTileStateChangedEvent
Field Value
System.
|
Remarks
Use this event to detect when the Tile
RestoredHeightProperty
Identifies the RestoredHeight dependency property.
Declaration
public static readonly DependencyProperty RestoredHeightProperty
Field Value
System.
|
RestoredWidthProperty
Identifies the RestoredWidth dependency property.
Declaration
public static readonly DependencyProperty RestoredWidthProperty
Field Value
System.
|
SelectionChangedEvent
Identifies the SelectionChanged routed event.
Declaration
public static readonly RoutedEvent SelectionChangedEvent
Field Value
System.
|
TileStateChangedEvent
Occurs when the Tile
Declaration
public static readonly RoutedEvent TileStateChangedEvent
Field Value
System.
|
Remarks
Use this event to detect when the Tile
TileStateProperty
Identifies the TileState dependency property.
Declaration
public static readonly DependencyProperty TileStateProperty
Field Value
System.
|
Properties
HeaderStyle
Gets or sets the HeaderStyle property.
Declaration
public Style HeaderStyle { get; set; }
Property Value
System.
|
IsMouseOverDragging
Gets or sets the IsMouseOverDragging property.
Declaration
public bool IsMouseOverDragging { get; set; }
Property Value
System.
|
IsSelected
Gets or sets the IsSelected property.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
MinimizedHeight
Gets or sets the height of the item when it is in Minimized state.
Declaration
public double MinimizedHeight { get; set; }
Property Value
System. The height of the item when it is in Minimized state. |
MinimizedWidth
Gets or sets the width of the item when it is in Minimized state.
Declaration
public double MinimizedWidth { get; set; }
Property Value
System. The width of the item when it is in Minimized state. |
ParentTileView
Gets the parent TileView that the item is assigned to.
Declaration
public RadTileView ParentTileView { get; }
Property Value
Position
Gets or sets the position of the tile.
Declaration
public int Position { get; set; }
Property Value
System. The position. |
RestoredHeight
Gets or sets the RestoredHeight property.
Declaration
public double RestoredHeight { get; set; }
Property Value
System.
|
RestoredWidth
Gets or sets the RestoredWidth property.
Declaration
public double RestoredWidth { get; set; }
Property Value
System.
|
TileState
Gets or sets the TileState property.
Declaration
public TileViewItemState TileState { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or
internal processes (such as a rebuilding layout pass) call
System.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnIsSelectedChanged(Boolean, Boolean)
Maintain attached Selector.IsSelectedProperty property and RadTabItem.IsSelected property synchronized.
Declaration
protected virtual void OnIsSelectedChanged(bool oldValue, bool newValue)
Parameters
System.
|
System.
|
OnKeyDown(KeyEventArgs)
Invoked on KeyDown.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.
|
OnPositionChanged(Int32, Int32)
Maintain attached Selector.IsSelectedProperty property and RadTabItem.IsSelected property synchronized.
Declaration
protected virtual void OnPositionChanged(int oldPosition, int newPosition)
Parameters
System.
|
System.
|
OnPositionChanged(RadRoutedEventArgs)
Raises the Position
Declaration
protected virtual void OnPositionChanged(RadRoutedEventArgs e)
Parameters
Rad The Rad |
OnPreviewPositionChanged(RadRoutedEventArgs)
Raises the Preview
Declaration
protected virtual bool OnPreviewPositionChanged(RadRoutedEventArgs e)
Parameters
Rad The Rad |
Returns
System.
|
OnPreviewSelectionChanged(SelectionChangedEventArgs)
Raises the Preview
Declaration
protected virtual bool OnPreviewSelectionChanged(SelectionChangedEventArgs e)
Parameters
System. The Rad |
Returns
System.
|
OnPreviewTileStateChanged(PreviewTileStateChangedEventArgs)
Raises the Preview
Declaration
protected virtual void OnPreviewTileStateChanged(PreviewTileStateChangedEventArgs e)
Parameters
Preview The Rad |
OnSelectionChanged(SelectionChangedEventArgs)
Raises the Selection
Declaration
protected virtual void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
System. The Rad |
OnTileStateChanged(TileViewItemState, TileViewItemState)
Invoked when the TileState property is changed.
Declaration
protected virtual void OnTileStateChanged(TileViewItemState oldValue, TileViewItemState newValue)
Parameters
Tile
|
Tile
|
OnTileStateChanged(RadRoutedEventArgs)
Raises the Tile
Declaration
protected virtual void OnTileStateChanged(RadRoutedEventArgs e)
Parameters
Rad The Rad |
Events
PositionChanged
Occurs when the Position of a Rad
Declaration
public event EventHandler<RadRoutedEventArgs> PositionChanged
Event Type
System.
|
PreviewPositionChanged
Occurs when the Tile
Declaration
public event EventHandler<RadRoutedEventArgs> PreviewPositionChanged
Event Type
System.
|
PreviewSelectionChanged
Occurs before the tree item is selected.
Declaration
public event SelectionChangedEventHandler PreviewSelectionChanged
Event Type
System.
|
PreviewTileStateChanged
Occurs before the Tile
Declaration
public event EventHandler<PreviewTileStateChangedEventArgs> PreviewTileStateChanged
Event Type
System.
|
SelectionChanged
Occurs after the tree item is selected.
Declaration
public event SelectionChangedEventHandler SelectionChanged
Event Type
System.
|
TileStateChanged
Occurs when the Tile
Declaration
public event EventHandler<RadRoutedEventArgs> TileStateChanged
Event Type
System.
|