Skip to main content
All docs
V25.1
  • SvgImageSelection Class

    Stores selected image items.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public class SvgImageSelection :
        DXCollectionBase<SvgImageItem>

    The following members return SvgImageSelection objects:

    Remarks

    Use the SvgImageBox.Selection property to access the currently selected items. You can use methods provided by this property to select/deselect items in code.

    Inheritance

    See Also