Class GroupObject
public class GroupObject : ObservableCollection<object>, IList<object>, ICollection<object>, IReadOnlyList<object>, IReadOnlyCollection<object>, IEnumerable<object>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
- Inheritance
-
GroupObject
- Implements
- Inherited Members
- Extension Methods
Properties
DisplayName
说明
public string DisplayName { get; set; }
Property Value
Logo
说明
public string Logo { get; set; }