SvgImagePopupMenuShowingEventArgs.Item Property
In This Article
Gets the clicked item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public SvgImageItem Item { get; }
#Property Value
Type | Description |
---|---|
Svg |
The clicked item. |
See Also