WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IVirtualTree

    Show / Hide Table of Contents

    Interface IVirtualTree

    Provides the functionality for multiple tree views of TreeViewAdv.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface IVirtualTree

    Properties

    ExtentHeight

    Gets and set the extend height.

    Declaration
    double ExtentHeight { get; set; }
    Property Value
    Type Description
    System.Double

    The extent height.

    IsExpanded

    Gets and set the expanded.

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

    The is expanded.

    IsSelected

    Gets and set the is selected.

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

    The is selected.

    ItemsCount

    Gets and set the itemscount.

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

    The items count.

    Parent

    Gets and set the parent.

    Declaration
    IVirtualTree Parent { get; set; }
    Property Value
    Type Description
    IVirtualTree

    The parent.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved