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