Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1SchedulerResources Class / SelectFromListTemplate Property

In This Topic
    SelectFromListTemplate Property (C1SchedulerResources)
    In This Topic
    Gets the System.Windows.DataTemplate object used for displaying Resources, Contacts and Categories dialogs.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectFromListTemplate As DataTemplate
    public DataTemplate SelectFromListTemplate {get;}
    See Also