Search Results for

    Show / Hide Table of Contents

    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 Source

    TransportOrderShipmentGrid()

    Initialize shipment grid

    Declaration
    public TransportOrderShipmentGrid()

    Properties

    | Improve this Doc View Source

    QuantityColumnStartIndex

    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 Source

    OnDrop(DragEventArgs)

    Drop shipment

    Declaration
    protected override void OnDrop(DragEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DragEventArgs e
    | Improve this Doc View Source

    OnItemsCollectionChanged(Object, NotifyCollectionChangedEventArgs)

    Declaration
    protected override void OnItemsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx