Class SymbolGroupProvider
Represents an arrangement of the SymbolGroups in Stencil.
Inheritance
System.Object
SymbolGroupProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Obsolete("This SymbolGroupProvider class is deprecated. Please use GroupMappingName property in the Stencil to achieve the old behavior.")]
public class SymbolGroupProvider
Constructors
SymbolGroupProvider()
Declaration
public SymbolGroupProvider()
Properties
Header
Gets or sets the symbol group header
Declaration
public Func<object, object> Header { get; set; }
Property Value
Type |
---|
System.Func<System.Object, System.Object> |
MappingName
Gets or sets a key to create and arrange the Symbol Groups in stencil.
Declaration
public string MappingName { get; set; }
Property Value
Type |
---|
System.String |