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