Class GridValueSectionedCollectionField<T, TView>
[Obsolete("Use ValueSectionedCollectionField<T> with ValueSectionedCollectionOptions { IsGrid = true } instead.")]
public class GridValueSectionedCollectionField<T, TView> : ValueSectionedCollectionField<T, TView>, IField<IEntitySet<T>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo, IBoundField where T : IEntity<T>
Type Parameters
TTView
- Inheritance
-
FieldBase<IEntitySet<T>>FieldBase<IEntitySet<T>, TView>SectionedCollectionFieldBase<T, IScreenModel, TView>ValueSectionedCollectionField<T, TView>GridValueSectionedCollectionField<T, TView>
- Implements
-
IField<IEntitySet<T>>
- Derived
- 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>
Properties
IsEditable
public override bool IsEditable { get; }
Property Value
Subscreen
public GridModel<T> Subscreen { get; }
Property Value
- GridModel<T>
Methods
CreateSubcontroller(IEntitySet<T>, Action<GridOptions>)
public virtual GridController<T> CreateSubcontroller(IEntitySet<T> entitySet, Action<GridOptions> configure)
Parameters
entitySetIEntitySet<T>configureAction<GridOptions>
Returns
CreateSubscreen(IEntitySet<T>)
protected override GridModel<T> CreateSubscreen(IEntitySet<T> entitySet)
Parameters
entitySetIEntitySet<T>
Returns
- GridModel<T>