SvgImageSelectionChangingEventArgs.Item Property
Gets or sets the currently processed item.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
SvgImageItem | The currently processed item. |
Remarks
When the Action parameter is set to Clear, the Item property returns null.
See Also