DataFormDateField
Class
A field used to display and edit dates in RadDataForm.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
[TelerikToolboxCategory("Input")]
public class DataFormDateField : DataFormDataField
Inheritance: objectDataFormDataFieldDataFormDateField
Inherited Members
Constructors
C#
public DataFormDateField()
Properties
Gets or sets the type of the default editor that will be created for the field.
C#
public DateFieldEditorMode EditorMode { get; set; }
Methods
GetControl()
Control
Returns a control to display and edit the underlying data.
C#
protected override Control GetControl()
Control
Overrides:
GetControlBindingProperty()
DependencyProperty
Returns the dependency property of the control to be bound to the underlying data.
C#
protected override DependencyProperty GetControlBindingProperty()
DependencyProperty
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: