Property selectedIds
selectedIds
Returns the IDs of selected items in the data source. Always returns an enumerable, even if no item is selected, or a single item is selected.
Declaration
public IEnumerable<int> selectedIds { get; }
Property Value
Type | Description |
---|---|
IEnumerable<int> |