Summary
Gets or sets the Applications's data context.
- Namespace
- Avalonia
- Containing Type
- Application
Syntax
public object DataContext { get; set; }
Remarks
The data context property specifies the default object that will
be used for data binding.
Value
Type | Description |
---|---|
object |