Class SymbolGroupViewModel
Represents an arrangement of the SymbolGroups in Stencil.
Inheritance
System.Object
SymbolGroupViewModel
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SymbolGroupViewModel : Object
Constructors
SymbolGroupViewModel()
Declaration
public SymbolGroupViewModel()
Properties
CategorySource
Gets or sets the stencil category source key name.
Declaration
public IEnumerable<string> CategorySource { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<System.String> |
Menu
Gets or sets the symbol group header
Declaration
public DiagramMenu Menu { get; set; }
Property Value
Type |
---|
DiagramMenu |
Name
Gets or sets a key to create and arrange the Symbol Groups in stencil.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Symbols
Gets or sets the symbol group header
Declaration
public DiagramCollection<object> Symbols { get; set; }
Property Value
Type |
---|
DiagramCollection<System.Object> |
Methods
OnPropertyChanged(String)
Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(name).
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |