Search Results for

    Show / Hide Table of Contents

    Class VehicleTemplateSelector

    Contains the selector logic for retrieving ContentPresenter content

    Inheritance
    System.Object
    System.Windows.Controls.DataTemplateSelector
    VehicleTemplateSelector
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class VehicleTemplateSelector : DataTemplateSelector

    Methods

    | Improve this Doc View Source

    SelectTemplate(Object, DependencyObject)

    Select a datatemplate

    Declaration
    public override DataTemplate SelectTemplate(object item, DependencyObject container)
    Parameters
    Type Name Description
    System.Object item

    Viewmodel instance

    System.Windows.DependencyObject container
    Returns
    Type Description
    System.Windows.DataTemplate
    Overrides
    System.Windows.Controls.DataTemplateSelector.SelectTemplate(System.Object, System.Windows.DependencyObject)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx