Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGrid Class / CanDeleteRows Method


In This Topic
    CanDeleteRows Method
    In This Topic
    Determines whether the specified rows can be deleted.
    Syntax
    'Declaration
     
    
    Public Overridable Function CanDeleteRows( _
       ByVal rows As NList(Of NRow) _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGrid
    Dim rows As NList(Of NRow)
    Dim value As System.Boolean
     
    value = instance.CanDeleteRows(rows)
    public virtual System.bool CanDeleteRows( 
       NList<NRow> rows
    )

    Parameters

    rows

    Return Value

    true if the delete rows operation can be perfromed, otherwise false
    Remarks
    This method checkes whether the AllowDeleteRows is true, whether the data source allows row delete and whether there are any selected rows.
    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