A newer version of this page is available.
Switch to the current version.
SvgImageSelection Class
Stores selected image items.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v19.2.dll
Declaration
public class SvgImageSelection :
DXCollectionBase<SvgImageItem>
Public Class SvgImageSelection
Inherits DXCollectionBase(Of SvgImageItem)
Related API Members
The following members accept/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
Feedback