AdaptiveGridView.ItemClickCommand Property

Definition

Gets or sets the command to execute when an item is clicked and the IsItemClickEnabled property is true.

public System.Windows.Input.ICommand ItemClickCommand { get; set; }
member this.ItemClickCommand : System.Windows.Input.ICommand with get, set
Public Property ItemClickCommand As ICommand

Property Value

The item click command.

Applies to