Back to Devexpress

SvgImageItem.Selected Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-4949435f.md

latest1.7 KB
Original Source

SvgImageItem.Selected Property

Gets or sets whether the item is selected.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool Selected { get; set; }
vb
<Browsable(False)>
Public Property Selected As Boolean

Property Value

TypeDescription
Boolean

true if the item is selected; otherwise, false.

|

Remarks

See SvgImageBox.Selection for more information.

See Also

Selection

SelectionChanging

SelectionChanged

Select(SvgImageItem)

Unselect(SvgImageItem)

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace