Class
DateTimeItem

Represents a date / time item.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class DateTimeItem : DependencyObject

Inheritance: objectDateTimeItem

Constructors

DateTimeItem(string)

Initializes a new instance of the DateTimeItem class.

Declaration

cs-api-definition
public DateTimeItem(string pattern)

Parameters

pattern

string

The pattern.

Fields

PatternProperty

Pattern dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PatternProperty

Field Value

DependencyProperty

TextProperty

Text dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

Pattern

Gets or sets the pattern.

Declaration

cs-api-definition
public string Pattern { get; set; }

Property Value

string

The pattern.

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

The text.