[Obsolete("Use ValueSectionedCollectionField<T> with ValueSectionedCollectionOptions { IsGrid = false } instead.")]
public class ListValueSectionedCollectionField<T> : ListValueSectionedCollectionField<T, ValueSectionedCollectionView>, IField<IEntitySet<T>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField where T : IEntity<T>
public ListValueSectionedCollectionField(ISurface surface, string label, bool listEditable, bool rowsEditable, IEntitySet<T>? boundSet = null, Action<ListOptions>? configureList = null, IScreenCommand? addCommand = null, bool suppressRemoveCommand = false, IEnumerable<IScreenCommand>? otherCommands = null)