Class GroupTemplateSelector
Represents the template selector for the group of the time ruler which includes
the
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 SourceTimeRulerGroupItemTemplate
Gets or sets the time ruler group item template
Declaration
public DataTemplate TimeRulerGroupItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.DataTemplate |
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 SourceSelectTemplate(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 |