menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITreeDataRowElement - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITreeDataRowElement

    Provides the common functionalities of DataRows in SfTreeGrid.

    Inherited Members
    IElement.Element
    IElement.Index
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public interface ITreeDataRowElement : IElement, INotifyPropertyChanged, IComparable

    Properties

    RowType

    Gets the Row type.

    Declaration
    TreeRowType RowType { get; }
    Property Value
    Type
    TreeRowType

    Methods

    ArrangeElement(Rect)

    Positions child objects and determines a size for a UIElement.

    Declaration
    void ArrangeElement(Rect rect)
    Parameters
    Type Name Description
    Windows.Foundation.Rect rect

    The corresponding rectangle

    MeasureElement(Size)

    Updates the DesiredSize of a UIElement.

    Declaration
    void MeasureElement(Size size)
    Parameters
    Type Name Description
    Windows.Foundation.Size size

    The corresponding size.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved