The editor type used for filtering for a particular column in the Gantt's Tree List section.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum GanttTreeListFilterEditorType
Fields
Sets the editor to a TelerikDatePicker<T>.
C#
DatePicker = 0
Sets the editor to a TelerikDateTimePicker<T>.
C#
DateTimePicker = 1