SelectedItems Property
SelectedItems
Gets or sets the list of currently selected grid items.
Declaration
public IEnumerable<DesignItem> SelectedItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DesignItem> |