menu

UWP

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

    Show / Hide Table of Contents

    Interface IGroupable

    Represents a base for INode and IConnector.

    Inherited Members
    IDiagramElement.Key
    IID.ID
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IGroupable : IDiagramElement, IID, INotifyPropertyChanged

    Properties

    Info

    Gets or sets the more details or information about the Groupable elements.

    Declaration
    object Info { get; set; }
    Property Value
    Type
    System.Object

    IsSelected

    Gets or sets a value incdicates whether the node is selected.

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

    ZIndex

    Gets or sets the ZIndex of the Node and Connector.

    Declaration
    int ZIndex { get; set; }
    Property Value
    Type
    System.Int32

    Extension Methods

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