Class SchedulerDialog
Represents the content of a ScheduleView dialog.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class SchedulerDialog : Control
Constructors
SchedulerDialog()
Declaration
public SchedulerDialog()
Fields
HeaderTemplateProperty
Identifies the HeaderTemplate dependency property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
System.Windows.DependencyProperty
|
IconTemplateProperty
Identifies the IconTemplate dependency property.
Declaration
public static readonly DependencyProperty IconTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HeaderTemplate
Gets or sets the DataTemplate that will be displayed in the Header of the dialog.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
IconTemplate
Gets or sets the DataTemplate that will be displayed in the Icon of the dialog.
Declaration
public DataTemplate IconTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|