Table of Contents

Class LinkActionGroup

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

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

string

IsExpanded

是否展开

public bool IsExpanded { get; set; }

Property Value

bool
public ObservableCollection<IAction> Links { get; set; }

Property Value

ObservableCollection<IAction>

说明

public string Logo { get; set; }

Property Value

string
public IAction SelectedLink { get; set; }

Property Value

IAction

Events

ExpandChanged

public event Action<LinkActionGroup> ExpandChanged

Event Type

Action<LinkActionGroup>