Entity.Selected Property

Gets or sets the entity selection status.
Public Overridable Property Selected() As Boolean Implements  _ 
ISelectableItem.Selected
This language is not supported or no code example is available.
public virtual bool Selected {get; set;}
This language is not supported or no code example is available.

Property Value

bool

Implements

ISelectableItem.Selected
Remarks
 
It's equivalent to call GetSelection or SetSelection with no parents.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition