WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeViewRowPresenter

    Show / Hide Table of Contents

    Class TreeViewRowPresenter

    Class Represents the TreeViewRowPresenter

    Inheritance
    System.Object
    TreeViewRowPresenterBase
    TreeViewRowPresenter
    Implements
    System.Windows.IWeakEventListener
    Inherited Members
    TreeViewRowPresenterBase.ColumnsProperty
    TreeViewRowPresenterBase.GetVisualChild(Int32)
    TreeViewRowPresenterBase.Columns
    TreeViewRowPresenterBase.LogicalChildren
    TreeViewRowPresenterBase.VisualChildrenCount
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TreeViewRowPresenter : TreeViewRowPresenterBase, IWeakEventListener

    Constructors

    TreeViewRowPresenter()

    Initializes a new instance of the TreeViewRowPresenter class.

    Declaration
    public TreeViewRowPresenter()

    Fields

    ContentProperty

    Represents the content Dependency property

    Declaration
    public static readonly DependencyProperty ContentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ContentTemplateProperty

    Declaration
    public static readonly DependencyProperty ContentTemplateProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Content

    Gets or sets the content.

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

    The content.

    ContentTemplate

    Gets or sets the Content template.

    Declaration
    public DataTemplate ContentTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    Methods

    ArrangeOverride(Size)

    Arranges the override.

    Declaration
    protected override Size ArrangeOverride(Size arrangeSize)
    Parameters
    Type Name Description
    System.Windows.Size arrangeSize

    Size of the arrange.

    Returns
    Type Description
    System.Windows.Size

    Size arrange Size

    Initialize()

    Initializes this instance.

    Declaration
    protected override void Initialize()
    Overrides
    TreeViewRowPresenterBase.Initialize()

    MeasureOverride(Size)

    Measures the override.

    Declaration
    protected override Size MeasureOverride(Size constraint)
    Parameters
    Type Name Description
    System.Windows.Size constraint

    The constraint.

    Returns
    Type Description
    System.Windows.Size

    Size arrange Size

    OnContentAlignmentChanged(DependencyPropertyChangedEventArgs)

    Invoked when Content Alignment changed.

    Declaration
    protected void OnContentAlignmentChanged(DependencyPropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs args

    The event data

    Implements

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