ClassDatePickerSectionViewModel
Represents the DatePickerSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DatePickerSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBaseDatePickerSectionViewModel
Implements:
Inherited Members
Constructors
DatePickerSectionViewModel(DateProperties)
Constructs the DatePickerSectionViewModel.
Declaration
public DatePickerSectionViewModel(DateProperties dateProperties)
Parameters
dateProperties
The date properties.
Properties
AvailableCalendars
Gets the available calendars.
Declaration
public IEnumerable<SdtCalendar> AvailableCalendars { get; }
Property Value
AvailableCultures
Gets the available cultures.
Declaration
public IEnumerable<CultureInfo> AvailableCultures { get; }
Property Value
AvailableDateFormats
Gets the available date formats.
Declaration
public IEnumerable<DateFormatViewModel> AvailableDateFormats { get; }
Property Value
Calendar
Gets or sets the calendar.
DateFormat
Gets or sets the date format.
DateMappingType
Gets or sets the date mapping type.
Declaration
public DateMappingType DateMappingType { get; set; }
Property Value
DateMappings
Gets the date mapping types.
Declaration
public IEnumerable<EnumMemberViewModel> DateMappings { get; }
Property Value
Language
Gets or sets the language.
Methods
BeginEdit()
Starts the editing cycle.
Declaration
public void BeginEdit()
Implements
CancelEdit()
Finishes the editing cycle and reverts all the changes.
Declaration
public void CancelEdit()
Implements
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
public void EndEdit()
Implements