Gets a value indicating whether the current row/column group is data bound. Returns true if the group's DataBinding property has been initialized and its Mode is not None.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool DataBindingDefined { get; }
Visual Basic
Public ReadOnly Property DataBindingDefined As Boolean
	Get

See Also