Class DatePickerControlState
Represents the DatePickerControlState class.
Inheritance
System.Object
    
    
    
    DatePickerControlState
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.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
         
  |