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#
bool IsComposite { get; }
Visual Basic
ReadOnly Property IsComposite As Boolean
	Get
Visual C++
property bool IsComposite {
	bool get ();
}
F#
abstract IsComposite : bool with get

Property Value

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

See Also