ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / SelectedDateFormat Property

In This Topic
    SelectedDateFormat Property (C1DatePicker)
    In This Topic
    Gets or sets the format that is used to display the selected date.
    Syntax
    'Declaration
     
    
    Public Property SelectedDateFormat As C1DatePickerFormat
    public C1DatePickerFormat SelectedDateFormat {get; set;}
    Remarks
    If specified format is not valid, the System.ArgumentOutOfRangeException is thrown.
    See Also