CodeCharge Studio All C#.NET VB.NET

IsDeleted Run-Time Property (.NET)

Applies to

EditableGrid Form, Record Form

Syntax

C#.NET

public bool IsDeleted{get;set}

VB.NET

Public Property IsDeleted() As Boolean

Description

This property indicates if the item should be deleted.

Examples

C#.NET

item.IsDeleted = true;

VB.NET

item.IsDeleted = True

See also

IsNew Property
IsUpdated Property
IsEmptyItem Property


On-line, printable versions and updates