IRootObjectProvider Interface
Definition
public interface IRootObjectProvider
Properties
| Name | Description |
|---|---|
| IntermediateRootObject | The "current" root object, contains either the root of the xaml file or the root object of the control/data template |
| RootObject | The root object of the xaml file |
IntermediateRootObject Property
The "current" root object, contains either the root of the xaml file or the root object of the control/data template
public object IntermediateRootObject { get; set; }
RootObject Property
The root object of the xaml file
public object RootObject { get; set; }