New to Telerik UI for WPFStart a free 30-day trial

A field used to display and edit dates in RadDataForm.

Definition

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

Returns a control to display and edit the underlying data.

C#
protected override Control GetControl()
Returns:

Control

Overrides: DataFormDataField.GetControl()

GetControlBindingProperty()

DependencyProperty

Returns the dependency property of the control to be bound to the underlying data.

C#
protected override DependencyProperty GetControlBindingProperty()
Returns:

DependencyProperty

Overrides: DataFormDataField.GetControlBindingProperty()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides: DataFormDataField.OnCreateAutomationPeer()