Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCreateDataCellViewEventArgs Class / DataCellView Property


In This Topic
    DataCellView Property
    In This Topic
    Gets or sets the cell view that will be inserted in the data cell. Setting this property cancels the event (handles it) and stops the propagation.
    Syntax
    'Declaration
     
    
    Public Property DataCellView As NWidget
    'Usage
     
    
    Dim instance As NCreateDataCellViewEventArgs
    Dim value As NWidget
     
    instance.DataCellView = value
     
    value = instance.DataCellView
    public NWidget DataCellView {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