Back to Devexpress

SvgImageSelectionChangingEventArgs.Item Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageselectionchangingeventargs.md

latest1.3 KB
Original Source

SvgImageSelectionChangingEventArgs.Item Property

Gets or sets the currently processed item.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public SvgImageItem Item { get; set; }
vb
Public Property Item As SvgImageItem

Property Value

TypeDescription
SvgImageItem

The currently processed item.

|

Remarks

When the Action parameter is set to Clear , the Item property returns null.

See Also

SvgImageSelectionChangingEventArgs Class

SvgImageSelectionChangingEventArgs Members

DevExpress.XtraEditors Namespace