[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridDateTimeColumn

GridDateTimeColumn Class

Grid column whose cells are either a date or time.

Inheritance
GridDateTimeColumn
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridDateTimeColumn : GridColumn, IComponent, IHandleAfterRender, INotifyPropertyChanged, INotifyPropertyChanging, IHandleEvent, IDisposable

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.

Methods

Name Description
GetCellEditorFragment(GridRow, Action<ComponentBase>)

Creates the cell editor fragment.

GetEditorValue(GridRow, ComponentBase)

Gets the editor value.