Skip to main content
A newer version of this page is available. .

SvgImageSelectionChangingEventArgs.Item Property

Gets or sets the currently processed item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

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