Interface IGroupInfo
Represent to gets more / additional information about Group.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IGroupInfo : INodeInfo, IGroupableInfo
Properties
IsDescendentSelected
Gets a value indicates whether the group element is selected.
Declaration
bool IsDescendentSelected { get; }
Property Value
Type |
---|
System.Boolean |
IsParentSelected
Gets a value indicated whether the parent element is selected.
Declaration
bool IsParentSelected { get; }
Property Value
Type |
---|
System.Boolean |