Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesGrid Class / CreateGridColumn Method / CreateGridColumn(PropertyDescriptor,Boolean) Method


In This Topic
    CreateGridColumn(PropertyDescriptor,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function CreateGridColumn( _
       ByVal prop As System.ComponentModel.PropertyDescriptor, _
       ByVal isDefault As System.Boolean _
    ) As System.Windows.Forms.DataGridColumnStyle
    'Usage
     
    
    Dim instance As NDataSeriesGrid
    Dim prop As System.ComponentModel.PropertyDescriptor
    Dim isDefault As System.Boolean
    Dim value As System.Windows.Forms.DataGridColumnStyle
     
    value = instance.CreateGridColumn(prop, isDefault)
    protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn( 
       System.ComponentModel.PropertyDescriptor prop,
       System.bool isDefault
    )

    Parameters

    prop
    isDefault
    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