CodeCharge Studio All C#.NET VB.NET

IsEmptyItem Run-Time Property (.NET)

Applies to

EditableGrid Form

Syntax

C#.NET

public bool IsEmptyItem{get;}

VB.NET

Public ReadOnly Property IsEmptyItem() As Boolean

Description

Indicates that the item does not contain any data.

Examples

C#.NET

if(!item.IsEmptyItem) item.Validate();

VB.NET

If Not item.IsEmptyItem Then item.Validate()

See also

IsNew Property
IsUpdated Property
IsDeleted Property


On-line, printable versions and updates