Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TreeNodeView

    A customized ViewGroup used to add, measure and layout both the expander view and content view for SfTreeView.

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

    Constructors

    TreeNodeView()

    Initializes a new instance of the TreeNodeView class.

    Declaration
    public TreeNodeView()

    Properties

    ContentView

    Gets or sets the content view for TreeViewItem.

    Declaration
    public virtual UIView ContentView { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    ExpanderView

    Gets or sets the expander view for TreeViewItem.

    Declaration
    public virtual UIView ExpanderView { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    Methods

    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 TreeNodeView when bounds or sub views gets changed.

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