ClassDataGridDateColumn
An extended DataGridTextColumn that presents data of type DateTime. The column will create a DataGridDateFilterControl upon triggering the filtering UI through user input.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridDateColumn : DataGridTextColumn, IExportableColumn
Inheritance: objectRadDependencyObjectDataGridColumnDataGridTypedColumnDataGridTextColumnDataGridDateColumn
Implements:
Inherited Members
Constructors
DataGridDateColumn()
Declaration
public DataGridDateColumn()
Methods
ClearEditorContentVisual(FrameworkElement)
Clears all bindings and content set to the DatePicker visualized when entering edit mode.
Declaration
public override void ClearEditorContentVisual(FrameworkElement editorContent)
Parameters
editorContent
FrameworkElement
The editor itself.
Overrides
CreateEditorContentVisual()
Creates an instance of a DatePicker used by the column when entering edit mode.
Declaration
public override FrameworkElement CreateEditorContentVisual()
Returns
FrameworkElement
An instance of the editor.
Overrides
CreateFilterControl()
Creates the DataGridDateFilterControl instance that allows filtering operation to be applied upon this column.
Declaration
protected override DataGridFilterControlBase CreateFilterControl()
Returns
Overrides
GetEditorType(object)
Gets the type of the editor for the DataGridDateColumn that is visualized when entering in edit mode.
PrepareEditorContentVisual(FrameworkElement, Binding)
Prepares all bindings and content set to the DatePicker visualized when entering edit mode.
Declaration
public override void PrepareEditorContentVisual(FrameworkElement editorContent, Binding binding)
Parameters
editorContent
FrameworkElement
The editor itself.
binding
Binding
The binding set to the editor of the cell.
Overrides