menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SymbolGroupProvider - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved