Skip to main content
All docs
V25.1
  • SvgImageSelectionChangingEventArgs.Item Property

    Gets or sets the currently processed item.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.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