Skip to main content

SvgImageSelectionChangingEventArgs.Item Property

Gets or sets the currently processed item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public SvgImageItem Item { get; set; }

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