ClassDataGridTimeColumn
Represents an extended DataGridTextColumn that presents data of type DateTime. The column will create a DataGridTimeFilterControl upon triggering the filtering UI through user input.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridTimeColumn : DataGridTextColumn, IExportableColumn
Inheritance: objectRadDependencyObjectDataGridColumnDataGridTypedColumnDataGridTextColumnDataGridTimeColumn
Implements:
Inherited Members
Constructors
DataGridTimeColumn()
Declaration
public DataGridTimeColumn()
Methods
ClearEditorContentVisual(FrameworkElement)
Clears all bindings and content set to the RadTimePicker 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 RadTimePicker used by the column when entering edit mode.
Declaration
public override FrameworkElement CreateEditorContentVisual()
Returns
FrameworkElement
An instance of the editor.
Overrides
CreateFilterControl()
Creates the DataGridTimeFilterControl 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 DataGridTimeColumn that is visualized when entering in edit mode.
PrepareEditorContentVisual(FrameworkElement, Binding)
Prepares all bindings and content set to the RadTimePicker 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