ComponentOne DateTimeEditors for UWP
C1DateTime Selector Help / Working with C1DateTimeSelector / C1DateTimeSelector Edit Modes
In This Topic
    C1DateTimeSelector Edit Modes
    In This Topic

    By default, the  C1DateTimeSelector control will appear on the page with both the date selector and the time selector. You can change the selectors that are displayed by setting the C1DateTimeSelector.EditMode property to Date, Time, or DateTime. You can set the C1DateTimeSelector.EditMode property to Date to display only the date selector; you can set the C1DateTimeSelector.EditMode property to Time to only display the time selector; and you can set the C1DateTimeSelector.EditMode property to DateTime to display both the time selector and date selector. The table below illustrates each editor mode.

     

    Edit Mode

    Result

    Date

    Time

    DateTime

    See Also