menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewItem - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeViewItem

    Represents a item of data in a SfTreeView control.

    Inheritance
    System.Object
    TreeViewItem
    Namespace: Syncfusion.iOS.TreeView
    Assembly: Syncfusion.SfTreeView.iOS.dll
    Syntax
    public class TreeViewItem : UIView

    Constructors

    TreeViewItem()

    Initializes a new instance of the TreeViewItem class.

    Declaration
    public TreeViewItem()

    Properties

    Clip

    Gets the clip rectangle of the TreeViewItem.

    Declaration
    public Rectangle Clip { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    TreeViewItemInfo

    Gets the TreeViewItemInfoBase details of the TreeViewItem.

    Declaration
    public TreeViewItemInfoBase TreeViewItemInfo { get; }
    Property Value
    Type
    TreeViewItemInfoBase

    Methods

    AddSubview(UIView)

    Adds a sub view into the TreeViewItem.

    Declaration
    public override void AddSubview(UIView view)
    Parameters
    Type Name Description
    UIKit.UIView view

    Represents the UIKit.UIView.

    Dispose(Boolean)

    Dispose the instances, if parameter is true.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Represents the boolean value for disposing objects.

    LayoutSubviews()

    Layouts the TreeViewItem when bounds or sub views gets changed.

    Declaration
    public override void LayoutSubviews()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved