Search Results for

    Show / Hide Table of Contents

    Class GroupTemplateSelector

    Represents the template selector for the group of the time ruler which includes the and

    Inheritance
    System.Object
    GroupTemplateSelector
    Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class GroupTemplateSelector : TimeRulerItemTemplateSelector

    Properties

    | Improve this Doc View Source

    TimeRulerGroupItemTemplate

    Gets or sets the time ruler group item template

    Declaration
    public DataTemplate TimeRulerGroupItemTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate
    | Improve this Doc View Source

    TimeRulerItemTemplate

    Gets or sets the time ruler item template

    Declaration
    public DataTemplate TimeRulerItemTemplate { get; set; }
    Property Value
    Type Description
    System.Windows.DataTemplate

    Methods

    | Improve this Doc View Source

    SelectTemplate(Object, DependencyObject, ViewDefinitionBase)

    Selects the template for the time ruler

    Declaration
    public override DataTemplate SelectTemplate(object item, DependencyObject container, ViewDefinitionBase activeViewDefinition)
    Parameters
    Type Name Description
    System.Object item
    System.Windows.DependencyObject container
    ViewDefinitionBase activeViewDefinition
    Returns
    Type Description
    System.Windows.DataTemplate
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx