Gets or sets the BindingGroup that is used for each item in the ItemsControl. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public BindingGroup ItemBindingGroup { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ItemBindingGroup As BindingGroup

See Also