Skip to main content

DataControlBase.ItemClickCommand Property

Gets or sets the command to invoke when an item is clicked.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand ItemClickCommand { get; set; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

See Also