Class TransportOrderShipmentGrid
USer control for showing shipments inside of a transport order. The grid automatically manages different units of measure.
Inheritance
System.Object
TransportOrderShipmentGrid
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TransportOrderShipmentGrid : AutomaticSelectionGridView
Constructors
| Improve this Doc View SourceTransportOrderShipmentGrid()
Initialize shipment grid
Declaration
public TransportOrderShipmentGrid()
Properties
| Improve this Doc View SourceQuantityColumnStartIndex
Gets the start index for showing shipment quantity columns
Declaration
public int QuantityColumnStartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceOnDrop(DragEventArgs)
Drop shipment
Declaration
protected override void OnDrop(DragEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DragEventArgs | e |
OnItemsCollectionChanged(Object, NotifyCollectionChangedEventArgs)
Declaration
protected override void OnItemsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e |