Skip to main content
A newer version of this page is available. .
Bar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ICommand ItemClickCommand { get; set; }

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