TemplateBindingProperty Property

Gets or sets the name of the source property on the templated parent.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[InheritDataTypeFromAttribute(InheritDataTypeFromScopeKind.ControlTemplate)]
public AvaloniaProperty? Property { get; set; }

Property Value

AvaloniaProperty

See Also