Gallery.ItemClickCommand Property
A command that will be executed whenever an end-user clicks any item within this Gallery. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ICommand | An ICommand object that specifies the command executed whenever an end-user clicks any item within this Gallery. |
See Also