Gets a value indicating whether this data filed is composite.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public bool IsComposite { get; }
Visual Basic
Public ReadOnly Property IsComposite As Boolean
	Get
Visual C++
public:
virtual property bool IsComposite {
	bool get () sealed;
}
F#
abstract IsComposite : bool with get
override IsComposite : bool with get

Property Value

Type: Boolean
true if this data field is composite; otherwise, false.

Implements

IDataField..::..IsComposite

See Also