WinUI | ComponentOne
C1.WinUI.DateTimeEditors Assembly / C1.WinUI.DateTimeEditors Namespace / C1DatePicker Class / SelectedDateFormat Property
In This Topic
    SelectedDateFormat Property
    In This Topic
    Gets or sets the format that is used to display the selected date.
    Syntax
    public C1DatePickerFormat SelectedDateFormat {get; set;}
    Remarks
    If specified format is not valid, the System.ArgumentOutOfRangeException is thrown.
    See Also