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