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