Table of Contents

Class EntitySelectorOptions<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll

Common options for single-selection lookup fields.

public record EntitySelectorOptions<T> : SelectorOptions<T>, IEquatable<SelectorOptions<T>>, IEquatable<EntitySelectorOptions<T>> where T : IEntity<T>

Type Parameters

T
Inheritance
EntitySelectorOptions<T>
Implements
Derived
Inherited Members

Properties

CanCreate

public bool CanCreate { get; set; }

Property Value

bool

CanSearch

public bool CanSearch { get; set; }

Property Value

bool

CreateOverride

public EntitySelector<T>? CreateOverride { get; set; }

Property Value

EntitySelector<T>

FocusLossOverride

Replace the field's default behaviour for when the user tabs or clicks out.

public ZomboBoxKeyboardFocusLossBehaviour? FocusLossOverride { get; set; }

Property Value

ZomboBoxKeyboardFocusLossBehaviour?

SearchOverride

public EntitySelector<T>? SearchOverride { get; set; }

Property Value

EntitySelector<T>

ThrottleOverride

Replace the configured default (SearchDelay) minimum time between searches.

public TimeSpan? ThrottleOverride { get; set; }

Property Value

TimeSpan?