Table of Contents

Class GridValueSectionedCollectionField<T>

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public class GridValueSectionedCollectionField<T> : GridValueSectionedCollectionField<T, GridValueSectionedCollectionView>, IField<IEntitySet<T>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField where T : IEntity<T>

Type Parameters

T
Inheritance
GridValueSectionedCollectionField<T>
Implements
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

surface ISurface
label string
listEditable bool
rowsEditable bool
boundSet IEntitySet<T>
configureGrid Action<GridOptions>
addCommand IScreenCommand
suppressRemoveCommand bool
otherCommands IEnumerable<IScreenCommand>