IndexerDescriptorWithPriority Method

Modifies the binding priority.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IndexerDescriptor WithPriority(
	BindingPriority priority
)

Parameters

priority  BindingPriority
The binding priority.

Return Value

IndexerDescriptor
The object that the method was called on.

See Also