Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeList Class / GridInfo Property


In This Topic
    GridInfo Property
    In This Topic
    Gets/sets the structure which controls the grid appearance.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets the structure which controls the grid appearance.")>
    Public Property GridInfo As NTreeListGridInfo
    'Usage
     
    
    Dim instance As NTreeList
    Dim value As NTreeListGridInfo
     
    instance.GridInfo = value
     
    value = instance.GridInfo
    [System.ComponentModel.Description("Gets/sets the structure which controls the grid appearance.")]
    public NTreeListGridInfo GridInfo {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also