ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.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
    '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