RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

XamlItemStyleOfItemsControlAttribute Class

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

Namespace:  RingSoft.DataEntryControls.Engine.Annotations
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


[AttributeUsageAttribute]
public sealed class XamlItemStyleOfItemsControlAttribute : Attribute
<AttributeUsageAttribute> _
Public NotInheritable Class XamlItemStyleOfItemsControlAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class XamlItemStyleOfItemsControlAttribute 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.DataEntryControls.Engine.Annotations..::..XamlItemStyleOfItemsControlAttribute