Nevron.Examples.Framework.WebForm Namespace / NMultiView Class / GridLines Property


In This Topic
    GridLines Property (NMultiView)
    In This Topic
    Syntax
    'Declaration
     
    
    <WebCategoryAttribute("Appearance")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <WebSysDescriptionAttribute("Table_GridLines")>
    Public Overridable Property GridLines As System.Web.UI.WebControls.GridLines
    'Usage
     
    
    Dim instance As NMultiView
    Dim value As System.Web.UI.WebControls.GridLines
     
    instance.GridLines = value
     
    value = instance.GridLines
    [WebCategory("Appearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [WebSysDescription("Table_GridLines")]
    public virtual System.Web.UI.WebControls.GridLines GridLines {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