Class LookupSectionedCollectionOptions<T>
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
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
SuppressAddCommand
public bool SuppressAddCommand { get; set; }
Property Value
SuppressRemoveCommand
public bool SuppressRemoveCommand { get; set; }