Class GridValueSectionedCollectionField<T>
[Obsolete("Use ValueSectionedCollectionField<T> with ValueSectionedCollectionOptions { IsGrid = true } instead.")]
public class GridValueSectionedCollectionField<T> : GridValueSectionedCollectionField<T, ValueSectionedCollectionView>, IField<IEntitySet<T>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField where T : IEntity<T>
Type Parameters
T
- Inheritance
-
FieldBase<IEntitySet<T>>GridValueSectionedCollectionField<T>
- Implements
-
IField<IEntitySet<T>>
- Inherited Members
- Extension Methods
Constructors
GridValueSectionedCollectionField(ISurface, string, bool, bool, IEntitySet<T>?, Action<GridOptions>?, IScreenCommand?, bool, IEnumerable<IScreenCommand>?)
public GridValueSectionedCollectionField(ISurface surface, string label, bool listEditable, bool rowsEditable, IEntitySet<T>? boundSet = null, Action<GridOptions>? configureGrid = null, IScreenCommand? addCommand = null, bool suppressRemoveCommand = false, IEnumerable<IScreenCommand>? otherCommands = null)
Parameters
surfaceISurfacelabelstringlistEditableboolrowsEditableboolboundSetIEntitySet<T>configureGridAction<GridOptions>addCommandIScreenCommandsuppressRemoveCommandboolotherCommandsIEnumerable<IScreenCommand>