Class GridValueSectionedCollectionField<T>
public class GridValueSectionedCollectionField<T> : GridValueSectionedCollectionField<T, GridValueSectionedCollectionView>, 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>