Class TreeDataRow
Represents a class that provides the common functionalities of data rows in SfTreeGrid.
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeDataRow : TreeDataRowBase, ITreeDataRowElement, IElement, INotifyPropertyChanged, IComparable, IDisposable
Constructors
TreeDataRow()
Declaration
public TreeDataRow()
Methods
GetColumnSize(Int32, Boolean)
Overridden to gets the size of the given column index.
Declaration
protected override double GetColumnSize(int index, bool lineNull)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the column. |
System.Boolean | lineNull | Indicates whether to retrieve the size from the visible lines or from the range. |
Returns
Type | Description |
---|---|
System.Double | Returns the size of the column. |
Overrides
OnGenerateVisibleColumns(VisibleLinesCollection)
Generates the visible columns.
Declaration
protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
Parameters
Type | Name | Description |
---|---|---|
VisibleLinesCollection | visibleColumnLines | The corresponding visible column lines. |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.IComparable
System.IDisposable