New to Telerik UI for WPFStart a free 30-day trial

Event arguments for TileView drag-related events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class TileViewBringIntoViewArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsTileViewBringIntoViewArgs

Constructors

Initializes a new instance of the TileViewBringIntoViewArgs class.

C#
public TileViewBringIntoViewArgs(int index)
Parameters:indexint

Properties

Gets or sets the index of the item.

C#
public int Index { get; set; }