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