ClassDataGridImageColumn
Represents a concrete DataGridTypedColumn that may present the associated data through Image controls.
Definition
Namespace:Telerik.UI.Xaml.Controls.Grid
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class DataGridImageColumn : DataGridTypedColumn, IExportableColumn
Inheritance: objectRadDependencyObjectDataGridColumnDataGridTypedColumnDataGridImageColumn
Implements:
Inherited Members
Constructors
DataGridImageColumn()
Declaration
public DataGridImageColumn()
Methods
ClearCell(object)
Clears the bindings, data etc. of the control visualized by the cell when it is not edited.
Declaration
public override void ClearCell(object container)
Parameters
container
The container visualizing the cell data when it is not edited.
Overrides
ClearEditorContentVisual(FrameworkElement)
Clears all bindings and content set to the Image visualized when entering edit mode.
Declaration
public override void ClearEditorContentVisual(FrameworkElement editorContent)
Parameters
editorContent
FrameworkElement
The editor itself.
Overrides
CreateContainer(object)
Creates an instance of an Image visualized when the column is not edited.
CreateEditorContentVisual()
Creates an instance of an Image used by the column when entering edit mode.
Declaration
public override FrameworkElement CreateEditorContentVisual()
Returns
FrameworkElement
An instance of the editor.
Overrides
CreateFilterControl()
Returns null as the Image column may not be filtered by default.
Declaration
protected override DataGridFilterControlBase CreateFilterControl()
Returns
Overrides
GetContainerType(object)
Gets the type of the control visualized when the image column is not currently edited.
GetEditorType(object)
Gets the type of the editor for the DataGridImageColumn that is visualized when entering in edit mode.
PrepareCell(object, object, object)
Prepares the UIElement inside which the cell is visualized.
PrepareEditorContentVisual(FrameworkElement, Binding)
Prepares all bindings and content set to the Image 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