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