New to Telerik UI for WPFStart a free 30-day trial

Represents the DateFormatViewModel class.

Definition

Constructors

Constructs the DateFormatViewModel.

C#
public DateFormatViewModel(string format, CultureInfo currentCulture)
Parameters:formatstring

The date format.

currentCultureCultureInfo

The current culture.

Properties

Gets the date format.

C#
public string DateFormat { get; }

Gets the formatted date sample.

C#
public string FormattedSample { get; }