Interface ITreeDataRowElement
Provides the common functionalities of DataRows in SfTreeGrid.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.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 |
|---|---|---|
| System.Windows.Rect | rect | The corresponding rectangle |
MeasureElement(Size)
Updates the DesiredSize of a UIElement.
Declaration
void MeasureElement(Size size)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Size | size | The corresponding size. |