IndexerDescriptorWithMode Method

Modifies the binding mode.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IndexerDescriptor WithMode(
	BindingMode mode
)

Parameters

mode  BindingMode
The binding mode.

Return Value

IndexerDescriptor
The object that the method was called on.

See Also