ClassDatePickerControl
Class
Represents the date picker content control.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class DatePickerControl : ContentControlPicker, IContentControl
Inheritance: objectContentControlBaseButtonContentControlContentControlPickerDatePickerControl
Implements:
Inherited Members
Constructors
DatePickerControl()
Declaration
cs-api-definition
public DatePickerControl()
Methods
OnApplyTemplate()
Called when the template for the control is applied. This method is responsible for initializing the visual and functional aspects of the control after the template has been applied.
Declaration
cs-api-definition
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides