menu

UWP

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

    Show / Hide Table of Contents

    Class ExpandCollapseParameter

    Represents to compress a view of a hierarchy so that only the roots of each Elements are visible. The opposite of collapse is expand, which makes the entire Elements visible.

    Inheritance
    System.Object
    ExpandCollapseParameter
    Implements
    IExpandCollapseParameter
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class ExpandCollapseParameter : Object, IExpandCollapseParameter

    Constructors

    ExpandCollapseParameter()

    Declaration
    public ExpandCollapseParameter()

    Properties

    IsEnableAnimation

    Gets or sets a value indicated whether the Animation to be happen for the Expand or Collapse State.

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

    IsUpdateLayout

    Gets or sets a value indicated whether the layout to be update.

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

    Node

    Gets or sets the root element.

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

    Implements

    IExpandCollapseParameter

    Extension Methods

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