NevronOpenVision
Nevron.Nov.Grid Namespace / NGrid Class / CanDeleteRows Method
CanDeleteRows Method
Determines whether the specified rows can be deleted.
Syntax
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