AdaptiveGridView.ItemClickCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.