InheritDataTypeFromItemsAttribute Constructor
Initializes a new instance of the InheritDataTypeFromItemsAttribute class.
Definition
Namespace: Avalonia.Metadata
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public InheritDataTypeFromItemsAttribute(
string ancestorItemsProperty
)
Public Sub New (
ancestorItemsProperty As String
)
new :
ancestorItemsProperty : string -> InheritDataTypeFromItemsAttribute
Parameters
- String
- The name of the property whose item type should be used on the target property.
See Also
Reference
InheritDataTypeFromItemsAttribute Class
Avalonia.Metadata Namespace