WithMode Method
Modifies the binding mode.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IndexerDescriptor WithMode(
BindingMode mode
)
Public Function WithMode (
mode As BindingMode
) As IndexerDescriptor
member WithMode :
mode : BindingMode -> IndexerDescriptor
Parameters
- BindingMode
- The binding mode.
Return Value
IndexerDescriptor
The object that the method was called on.