alexa

    Show / Hide Table of Contents

    Interface ITreeTableEntrySource

    An object that holds an ITreeTableEntry.

    Namespace: Syncfusion.WinForms.GridCommon.Collections
    Assembly: Syncfusion.GridCommon.WinForms.dll
    Syntax
    public interface ITreeTableEntrySource

    Properties

    Entry

    Gets a reference to the ITreeTableEntry.

    Declaration
    ITreeTableEntry Entry { get; set; }
    Property Value
    Type
    ITreeTableEntry
    Back to top Generated by DocFX