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