Interface ITreeDataRowElement
Provides the common functionalities of DataRows in SfTreeGrid.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.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. |