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