Class DateFormatViewModel
Represents the DateFormatViewModel class.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DateFormatViewModel : ViewModelBase, INotifyPropertyChanged
Constructors
DateFormatViewModel(String, CultureInfo)
Constructs the DateFormatViewModel.
Declaration
public DateFormatViewModel(string format, CultureInfo currentCulture)
Parameters
System.String
format
The date format. |
System.Globalization.CultureInfo
currentCulture
The current culture. |
Properties
DateFormat
Gets the date format.
Declaration
public string DateFormat { get; }
Property Value
System.String
|
FormattedSample
Gets the formatted date sample.
Declaration
public string FormattedSample { get; }
Property Value
System.String
|