Class GanttTreeListFilterEditorType
The editor type used for filtering for a particular column in the Gantt's Tree List section.
Inheritance
System.Object
GanttTreeListFilterEditorType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class GanttTreeListFilterEditorType : Enum
Fields
DatePicker
Sets the editor to a TelerikDatePicker<T>.
Declaration
public const GanttTreeListFilterEditorType DatePicker
Field Value
GanttTreeListFilterEditorType
|
DateTimePicker
Sets the editor to a TelerikDateTimePicker<T>.
Declaration
public const GanttTreeListFilterEditorType DateTimePicker
Field Value
GanttTreeListFilterEditorType
|
value__
Declaration
public int value__
Field Value
System.Int32
|