New to Telerik UI for WPFStart a free 30-day trial

Represents the date picker content control.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class DatePickerControl : ContentControlPicker, IContentControl

Inheritance: objectContentControlBaseButtonContentControlContentControlPickerDatePickerControl

Implements: IContentControl

Inherited Members ContentControlPicker.DropDownWidthPropertyKeyContentControlPicker.DropDownWidthPropertyContentControlPicker.IsContentLockedPropertyKeyContentControlPicker.IsContentLockedPropertyContentControlPicker.Initialize(ContentControlState)ContentControlPicker.ArrangeOverride(Size)ContentControlPicker.DropDownWidthContentControlPicker.IsContentLockedButtonContentControl.ButtonShouldBeVisiblePropertyButtonContentControl.ButtonWidthPropertyButtonContentControl.ButtonHeightPropertyButtonContentControl.ButtonShouldBeVisibleButtonContentControl.ButtonWidthButtonContentControl.ButtonHeightContentControlBase.AliasPropertyContentControlBase.AliasFontSizePropertyContentControlBase.HoveredPropertyContentControlBase.FocusedPropertyContentControlBase.LineThicknessPropertyContentControlBase.OutlineColorPropertyContentControlBase.PolygonPointsPropertyContentControlBase.TextFlowDirectionPropertyContentControlBase.SelectedPropertyContentControlBase.ThumbShouldBeVisiblePropertyContentControlBase.TopThumbButtonShouldBeVisiblePropertyContentControlBase.SelectCommandPropertyContentControlBase.UpdateState(ContentControlState)ContentControlBase.GetCurrentState()ContentControlBase.GetBodyElementName()ContentControlBase.AliasFontSizeContentControlBase.AliasContentControlBase.SelectedContentControlBase.HoveredContentControlBase.FocusedContentControlBase.LineThicknessContentControlBase.OutlineColorContentControlBase.PolygonPointsContentControlBase.TextFlowDirectionContentControlBase.ThumbShouldBeVisibleContentControlBase.TopThumbButtonShouldBeVisibleContentControlBase.SelectCommand...

Constructors

C#
public DatePickerControl()

Methods

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.

C#
public override void OnApplyTemplate()

Overrides: ContentControlPicker.OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: ContentControlBase.OnInitialized(EventArgs)