Back to Devexpress

SvgImageSelection Class

windowsforms-devexpress-dot-xtraeditors-e8992ba9.md

latest1.5 KB
Original Source

SvgImageSelection Class

Stores selected image items.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class SvgImageSelection :
    DXCollectionBase<SvgImageItem>
vb
Public Class SvgImageSelection
    Inherits DXCollectionBase(Of 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

Object DXCollectionBase<SvgImageItem> SvgImageSelection

See Also

SvgImageSelection Members

DevExpress.XtraEditors Namespace