Table of Contents

Class LookupSectionedCollectionOptions<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public record LookupSectionedCollectionOptions<T> : EntitySelectorOptions<T>, IEquatable<SelectorOptions<T>>, IEquatable<EntitySelectorOptions<T>>, IEquatable<LookupSectionedCollectionOptions<T>> where T : IEntity<T>

Type Parameters

T
Inheritance
LookupSectionedCollectionOptions<T>
Implements
Inherited Members

Properties

ConfigureList

public Action<ListOptions>? ConfigureList { get; set; }

Property Value

Action<ListOptions>

CreateList

public Func<IEntitySet<T>, Action<ListOptions>, ListController<T>>? CreateList { get; set; }

Property Value

Func<IEntitySet<T>, Action<ListOptions>, ListController<T>>

OtherCommands

public List<IScreenCommand> OtherCommands { get; }

Property Value

List<IScreenCommand>

SuppressAddCommand

public bool SuppressAddCommand { get; set; }

Property Value

bool

SuppressRemoveCommand

public bool SuppressRemoveCommand { get; set; }

Property Value

bool