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