Click or drag to resize
FdfControlIsEmpty 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 virtual bool IsEmpty { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean

Implements

IFdfControlIsEmpty
Remarks