New to Telerik UI for WPFStart a free 30-day trial

Represents the DatePickerSectionViewModel class.

Definition

Constructors

Constructs the DatePickerSectionViewModel.

C#
public DatePickerSectionViewModel(DateProperties dateProperties)
Parameters:datePropertiesDateProperties

The date properties.

Properties

Gets the available calendars.

C#
public IEnumerable<SdtCalendar> AvailableCalendars { get; }

Gets the available cultures.

C#
public IEnumerable<CultureInfo> AvailableCultures { get; }

Gets the available date formats.

C#
public IEnumerable<DateFormatViewModel> AvailableDateFormats { get; }

Gets or sets the calendar.

C#
public SdtCalendar Calendar { get; set; }

Gets or sets the date format.

C#
public string DateFormat { get; set; }

Gets the date mapping types.

C#
public IEnumerable<EnumMemberViewModel> DateMappings { get; }

Gets or sets the date mapping type.

C#
public DateMappingType DateMappingType { get; set; }

Gets or sets the language.

C#
public CultureInfo Language { get; set; }

Methods

Starts the editing cycle.

C#
public void BeginEdit()

Implements: IEditableObject.BeginEdit()

Finishes the editing cycle and reverts all the changes.

C#
public void CancelEdit()

Implements: IEditableObject.CancelEdit()

Finishes the editing cycle and retains all the changes.

C#
public void EndEdit()

Implements: IEditableObject.EndEdit()