Class DateTimeItem
Represents a date / time item.
Inheritance
System.Object
DateTimeItem
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.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class DateTimeItem : INotifyPropertyChanged
Constructors
DateTimeItem(String)
Initializes a new instance of the DateTimeItem class.
Declaration
public DateTimeItem(string pattern)
Parameters
System.String
pattern
The pattern. |
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. |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|