Class DateTimeItem
Represents a date / time item.
Inheritance
System.Object
DateTimeItem
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class DateTimeItem : DependencyObject
Constructors
DateTimeItem(String)
Initializes a new instance of the DateTimeItem class.
Declaration
public DateTimeItem(string pattern)
Parameters
System.String
pattern
The pattern. |
Fields
PatternProperty
Pattern dependency property.
Declaration
public static readonly DependencyProperty PatternProperty
Field Value
System.Windows.DependencyProperty
|
TextProperty
Text dependency property.
Declaration
public static readonly DependencyProperty TextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Pattern
Gets or sets the pattern.
Declaration
public string Pattern { get; set; }
Property Value
System.String
The pattern. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |