Summary
AutoDataTemplateBindingHook is a binding hook that checks ItemsControls
that don't have DataTemplates, and assigns a default DataTemplate that
loads the View associated with each ViewModel.
- Namespace
- Avalonia
.ReactiveUI - Base Types
-
- IPropertyBindingHook
graph BT
Type-->Base0["IPropertyBindingHook"]
Type["AutoDataTemplateBindingHook"]
class Type type-node
Syntax
public class AutoDataTemplateBindingHook : IPropertyBindingHook