Class LinkActionGroup
Represents a named group of links.
public class LinkActionGroup : NotifyPropertyChangedBase, INotifyPropertyChanged
- Inheritance
-
LinkActionGroup
- Implements
- Inherited Members
- Extension Methods
Properties
DisplayName
显示名称
public string DisplayName { get; set; }
Property Value
IsExpanded
是否展开
public bool IsExpanded { get; set; }
Property Value
Links
public ObservableCollection<IAction> Links { get; set; }
Property Value
Logo
说明
public string Logo { get; set; }
Property Value
SelectedLink
public IAction SelectedLink { get; set; }
Property Value
Events
ExpandChanged
public event Action<LinkActionGroup> ExpandChanged