[]
        
(Showing Draft Content)

C1.WPF.Grid.GridDateTimeColumn

GridDateTimeColumn Class

Grid column whose cells are either a date or time.

Inheritance
GridDateTimeColumn
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.dll
Syntax
public class GridDateTimeColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging
Public Class GridDateTimeColumn
    Inherits GridColumn
    Implements INotifyPropertyChanged, INotifyPropertyChanging

Constructors

Name Description
GridDateTimeColumn()

Initializes a new instance of the GridDateTimeColumn class.

GridDateTimeColumn(PropertyInfo)

Initializes a new instance of the GridDateTimeColumn class.

Properties

Name Description
Mode

Gets or sets whether the column will show date or time information.

Offset

Gets or sets the offset used to display the date in this column.

Methods

Name Description
CreateCellEditor(GridRow)

Creates the cell editor.

GetCellValue(GridCellType, GridRow)

Gets the raw value corresponding to the cell in the intersection of the specified row and this column.

GetDesignTimeValue(GridRow)

Gets of sets the value used to display in the cells at design-time.

GetEditorValue(GridRow, FrameworkElement)

Gets the editor value.