Back to Devexpress

Gallery.ItemClickCommand Property

wpf-devexpress-dot-xpf-dot-bars-dot-gallery-f9dbe25d.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ICommand ItemClickCommand { get; set; }
vb
Public Property ItemClickCommand As ICommand

Property Value

TypeDescription
ICommand

An ICommand object that specifies the command executed whenever an end-user clicks any item within this Gallery.

|

See Also

Gallery Class

Gallery Members

DevExpress.Xpf.Bars Namespace