public IEnumerable LinksSource {get; set;}
Property Value
Initially this value is an emptyObservableCollection
. It cannot be set to a null value. For generality, this is of type System.Collections.IEnumerable.public IEnumerable LinksSource {get; set;}
ObservableCollection
. It cannot be set to a null value. For generality, this is of type System.Collections.IEnumerable.This raises a Changed event with a value of ModelChange.ChangedLinksSource.