Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NAutoCreateColumnEventArgs Class / DataColumn Property


In This Topic
    DataColumn Property
    In This Topic
    Gets or sets the data column that will be added to the grid columns collection. Setting this property cancels the event (handles it) and stops the propagation.
    Syntax
    'Declaration
     
    
    Public Property DataColumn As NDataColumn
    'Usage
     
    
    Dim instance As NAutoCreateColumnEventArgs
    Dim value As NDataColumn
     
    instance.DataColumn = value
     
    value = instance.DataColumn
    public NDataColumn DataColumn {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also