RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridManager..::..IsDeleteOk Method

Determines whether is delete ok at the specified row index.

Namespace:  RingSoft.DataEntryControls.Engine.DataEntryGrid
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public virtual bool IsDeleteOk(
	int rowIndex
)
Public Overridable Function IsDeleteOk ( _
	rowIndex As Integer _
) As Boolean
public:
virtual bool^ IsDeleteOk(
	int^ rowIndex
)

Parameters

rowIndex
Type: Int32
Index of the row.

Return Value

true if [is delete ok] [the specified row index]; otherwise, false.