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