Interface ITreeDataColumnElement
Provides the common functionalities of DataColumns in SfTreeGrid.
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public interface ITreeDataColumnElement : IElement, INotifyPropertyChanged, IComparable
Properties
Renderer
Gets the Renderer.
Declaration
ITreeGridCellRenderer Renderer { get; }
Property Value
Type |
---|
ITreeGridCellRenderer |
RowIndex
Gets the Row index.
Declaration
int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |
Methods
UpdateCellStyle()
Updates the cell style.
Declaration
void UpdateCellStyle()