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

SvgImagePopupMenuShowingEventArgs.Item Property

Gets the clicked item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

public SvgImageItem Item { get; }

Property Value

Type Description
SvgImageItem

The clicked item.

See Also