Class DTField
Inheritance
System.Object
DTField
Assembly: Syncfusion.Tools.Windows.dll
public class DTField : Object
Constructors
Declaration
public DTField(FieldDefinition fd, DateTimePickerAdv dtPicker)
Parameters
Properties
Declaration
public FieldDefinition Definition { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Methods
OnTextChanged(EventArgs)
Declaration
protected virtual void OnTextChanged(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Events
TextChanged
Declaration
public event EventHandler TextChanged
Event Type