Summary
Modifies the binding priority.
- Namespace
- Avalonia
.Data - Containing Type
- IndexerDescriptor
Syntax
public IndexerDescriptor WithPriority(BindingPriority priority)
Parameters
Name | Type | Description |
---|---|---|
priority | BindingPriority | The binding priority. |
Return Value
Type | Description |
---|---|
IndexerDescriptor | The object that the method was called on. |