ClassTelerikPickerBase<T>
Definition
Namespace:Telerik.Blazor.Components.Common.Pickers
Assembly:Telerik.Blazor.dll
Type Parameters:
T
Syntax:
public abstract class TelerikPickerBase<T> : TelerikInputBase<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikInputBase<T>TelerikPickerBase<T>
Derived Classes:
Implements:
Inherited Members
Constructors
TelerikPickerBase()
Declaration
protected TelerikPickerBase()
Properties
AdaptiveMode
Defines if the component will adapt and automatically change its rendering based on the current screen size. Default value is None.
Declaration
[Parameter]
public AdaptiveMode AdaptiveMode { get; set; }
Property Value
AutoComplete
Specifies the autocomplete attribute of the component.
Declaration
[Parameter]
public string AutoComplete { get; set; }
Property Value
ChildContent
Defines the child content of the Picker.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
DebounceDelay
Time in ms between the last typed symbol and the updating of the value. Default is 150ms.
FillMode
Specifies the fill mode of the picker. Default value is Solid.
Declaration
[Parameter]
public string FillMode { get; set; }
Property Value
Format
Specifies the format of the DateInput of the Picker.
Declaration
[Parameter]
public virtual string Format { get; set; }
Property Value
Max
Sets the maximum allowed date of the Picker.
Min
Sets the minimum allowed date of the Picker.
Placeholder
Specifies the placeholder attribute of the component.
Declaration
[Parameter]
public string Placeholder { get; set; }
Property Value
PopupClass
Defines the CSS class that will be applied to the rendered popup of the component.
Declaration
[Parameter]
public string PopupClass { get; set; }
Property Value
ReadOnly
The parameter is used to specify if the input field should be read-only.
When set to true
, the input becomes non-editable.
ShowClearButton
Specifies if the clear button will be displayed.
Declaration
[Parameter]
public bool ShowClearButton { get; set; }
Property Value
ShowOtherMonthDays
Defines if the days from adjacent months are shown.
Declaration
[Parameter]
public bool ShowOtherMonthDays { get; set; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides