Interface ITreeTableEntrySource
An object that holds an ITreeTableEntry.
Namespace: Syncfusion.UI.Xaml.Grids.Collections
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public interface ITreeTableEntrySource
Properties
Entry
Gets a reference to the ITreeTableEntry.
Declaration
ITreeTableEntry Entry { get; set; }
Property Value
Type |
---|
ITreeTableEntry |