Class DateFormatViewModel
Represents the DateFormatViewModel class.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class DateFormatViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
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
|