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