Class DataFormDateField
A field used to display and edit dates in RadDataForm.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
[TelerikToolboxCategory("Input")]
public class DataFormDateField : DataFormDataField, IThemable
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
DateFieldEditorMode
|
Methods
GetControl()
Returns a control to display and edit the underlying data.
Declaration
protected override Control GetControl()
Returns
System.Windows.Controls.Control
|
Overrides
GetControlBindingProperty()
Returns the dependency property of the control to be bound to the underlying data.
Declaration
protected override DependencyProperty GetControlBindingProperty()
Returns
System.Windows.DependencyProperty
|
Overrides
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |