Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / SelectFromListTemplate Property

In This Topic
    SelectFromListTemplate Property (C1Scheduler)
    In This Topic
    Gets or sets a DataTemplate that defines a UI for the dialog like Select Resources, Select Categories and Select Contacts. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SelectFromListTemplate As DataTemplate
    public DataTemplate SelectFromListTemplate {get; set;}
    See Also