Class TreeViewRowPresenter
Class Represents the TreeViewRowPresenter
Implements
System.Windows.IWeakEventListener
Inherited Members
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 |
---|
System.Windows.DependencyProperty |
ContentTemplateProperty
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
Type |
---|
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 |
---|
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
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