SvgImageSelectionChangingEventArgs.Item Property
In This Article
Gets or sets the currently processed item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public SvgImageItem Item { get; set; }
#Property Value
Type | Description |
---|---|
Svg |
The currently processed item. |
#Remarks
When the Action parameter is set to Clear, the Item property returns null.
See Also