Class TileViewBringIntoViewArgs
Event arguments for TileView drag-related events.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TileViewBringIntoViewArgs : RadRoutedEventArgs
Constructors
TileViewBringIntoViewArgs(Int32)
Initializes a new instance of the TileViewBringIntoViewArgs class.
Declaration
public TileViewBringIntoViewArgs(int index)
Parameters
System.Int32
index
|
Properties
Index
Gets or sets the index of the item.
Declaration
public int Index { get; set; }
Property Value
System.Int32
|