Class DatePickerSectionViewModel
Inheritance
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DatePickerSectionViewModel : ContentControlViewModel<DateProperties>, INotifyPropertyChanged, IEditableObject
Constructors
DatePickerSectionViewModel(DateProperties)
Declaration
public DatePickerSectionViewModel(DateProperties dateProperties)
Parameters
DateProperties
dateProperties
|
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<DateMappingType> DateMappings { get; }
Property Value
System.Collections.Generic.IEnumerable<DateMappingType>
|
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
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
public override void EndEdit()
Overrides
SetInitialState()
Declaration
protected override void SetInitialState()