Class
TileViewBringIntoViewArgs

Event arguments for TileView drag-related events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")]
public class TileViewBringIntoViewArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsTileViewBringIntoViewArgs

Constructors

TileViewBringIntoViewArgs(int)

Initializes a new instance of the TileViewBringIntoViewArgs class.

Declaration

cs-api-definition
public TileViewBringIntoViewArgs(int index)

Parameters

index

int

Properties

Index

Gets or sets the index of the item.

Declaration

cs-api-definition
public int Index { get; set; }

Property Value

int