IndexerDescriptorWithMode Method
Modifies the binding mode.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IndexerDescriptor WithMode(
BindingMode mode
)
Public Function WithMode (
mode As BindingMode
) As IndexerDescriptor
member WithMode :
mode : BindingMode -> IndexerDescriptor
- mode BindingMode
- The binding mode.
IndexerDescriptorThe object that the method was called on.