Class DatePickerControlState
Represents the DatePickerControlState class.
Inheritance
System.Object
DatePickerControlState
Inherited Members
Namespace: Telerik.Windows.Documents.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class DatePickerControlState : ContentControlPickerState, INotifyPropertyChanged
Properties
SelectedDate
Gets or sets the value that indicates the selected date.
Declaration
public DateTime SelectedDate { get; set; }
Property Value
System.DateTime
|