Table of Contents

Class DateEditorDefinition

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll

Editor definition used to create a cell with a date or date/time editor.

public record DateEditorDefinition : ColumnEditorDefinition, IEquatable<GridColumnComponentDefinition>, IEquatable<ColumnEditorDefinition>, IEquatable<DateEditorDefinition>
Inheritance
DateEditorDefinition
Implements
Inherited Members

Constructors

DateEditorDefinition(bool?)

Editor definition used to create a cell with a date or date/time editor.

public DateEditorDefinition(bool? IncludeTime = null)

Parameters

IncludeTime bool?

Properties

IncludeTime

public bool? IncludeTime { get; init; }

Property Value

bool?
To top