Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewItemInfoBase - Xamarin.iOS API Reference | Syncfusion TreeViewItem. ">

    Show / Hide Table of Contents

    Class TreeViewItemInfoBase

    Provides the information for TreeViewItem.

    Inheritance
    System.Object
    TreeViewItemInfoBase
    TreeViewItemInfo
    Implements
    System.IDisposable
    Namespace: Syncfusion.iOS.TreeView
    Assembly: Syncfusion.SfTreeView.iOS.dll
    Syntax
    public class TreeViewItemInfoBase : Object, IDisposable

    Constructors

    TreeViewItemInfoBase()

    Declaration
    public TreeViewItemInfoBase()

    Properties

    Element

    Gets the element of the TreeViewItem.

    Declaration
    public TreeViewItem Element { get; }
    Property Value
    Type Description
    TreeViewItem

    IsSelectedItem

    Gets a value indicating whether an TreeViewItem is selected or not.

    Declaration
    public bool IsSelectedItem { get; }
    Property Value
    Type Description
    System.Boolean

    Node

    Gets the data object of associated with TreeViewItem.

    Declaration
    public TreeViewNode Node { get; }
    Property Value
    Type Description
    TreeViewNode

    TreeView

    Gets the instance of SfTreeView.

    Declaration
    public SfTreeView TreeView { get; }
    Property Value
    Type Description
    SfTreeView

    Methods

    Dispose()

    Dispose all the allocated resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose the instances, if parameter is true.

    Declaration
    protected virtual void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Represents the boolean value for disposing objects.

    Implements

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