Click or drag to resize
FdfDialogIsEmpty Property
Returns True if control is considered empty, i.e. when there is no external data found or no external data filled, otherwise returns False. Default value is True.

Namespace: FDF.Common.Runtime.Controls
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public bool IsEmpty { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean

Implements

IFdfControlIsEmpty
Remarks