Table of Contents

Class DiagramTemplateGroup

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
public class DiagramTemplateGroup : BindableBase, INotifyPropertyChanged
Inheritance
DiagramTemplateGroup
Implements
Inherited Members
Extension Methods

Constructors

DiagramTemplateGroup(IEnumerable<DiagramTemplate>)

public DiagramTemplateGroup(IEnumerable<DiagramTemplate> collection)

Parameters

collection IEnumerable<DiagramTemplate>

Properties

Collection

说明

public ObservableCollection<DiagramTemplate> Collection { get; set; }

Property Value

ObservableCollection<DiagramTemplate>

Name

public string Name { get; set; }

Property Value

string

SelectedItem

说明

public DiagramTemplate SelectedItem { get; set; }

Property Value

DiagramTemplate