[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.C1DatePicker.ToString

ToString Method

ToString()

Provides a text representation of the selected date.

Declaration
public override string ToString()
Returns
Type Description
string

A text representation of the selected date, or an empty string if SelectedDate is a null reference.

Overrides