Represents the DatePickerSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class DatePickerSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBaseDatePickerSectionViewModel
Implements:
Inherited Members
Constructors
Constructs the DatePickerSectionViewModel.
C#
public DatePickerSectionViewModel(DateProperties dateProperties)
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:
Finishes the editing cycle and reverts all the changes.
C#
public void CancelEdit()
Implements:
Finishes the editing cycle and retains all the changes.
C#
public void EndEdit()
Implements: