menu

UWP

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

    Show / Hide Table of Contents

    Class SymbolGroupExpandCollapseEventArgs

    Represents the symbol group expand and collapse event that occurs when expanding or collapsing symbol group.

    Inheritance
    System.Object
    SymbolGroupExpandCollapseEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram.Stencil
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class SymbolGroupExpandCollapseEventArgs : Object

    Constructors

    SymbolGroupExpandCollapseEventArgs(Object)

    Initialize the new instance of the StencilExpandCollapseEventArgs class using the given value for the GroupName property.

    Declaration
    public SymbolGroupExpandCollapseEventArgs(object GroupName)
    Parameters
    Type Name Description
    System.Object GroupName

    Properties

    Cancel

    To cancel the action that should be performed because of the event.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    GroupName

    Gets the header of the Symbol group.

    Declaration
    public object GroupName { get; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved