RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

XamlItemBindingOfItemsControlAttribute Class

XAML attribute. Indicates the property of some BindingBase-derived type, that is used to bind some item of ItemsControl-derived type. This annotation will enable the DataContext type resolve for XAML bindings for such properties.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


[AttributeUsageAttribute]
public sealed class XamlItemBindingOfItemsControlAttribute : Attribute
<AttributeUsageAttribute> _
Public NotInheritable Class XamlItemBindingOfItemsControlAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class XamlItemBindingOfItemsControlAttribute sealed : public Attribute

Remarks


Property should have the tree ancestor of the ItemsControl type or marked with the XamlItemsControlAttribute attribute.

Inheritance Hierarchy


Object
  Attribute
    RingSoft.DbMaintenance..::..XamlItemBindingOfItemsControlAttribute