New to Telerik UI for ASP.NET Core? Download free 30-day trial

TimePickerMessagesSettingsBuilder

Methods

Now(System.String)

Allows customization of the Now text in the TimePicker.

Parameters

value - System.String

The value for Now

Hour(System.String)

Allows customization of the Hour text in the TimePicker.

Parameters

value - System.String

The value for Hour

Minute(System.String)

Allows customization of the Minute text in the TimePicker.

Parameters

value - System.String

The value for Minute

Second(System.String)

Allows customization of the Second text in the TimePicker.

Parameters

value - System.String

The value for Second

Millisecond(System.String)

Allows customization of the Millisecond text in the TimePicker.

Parameters

value - System.String

The value for Millisecond

Cancel(System.String)

Allows customization of the Cancel button text in the TimePicker.

Parameters

value - System.String

The value for Cancel

Set(System.String)

Allows customization of the Set button text in the TimePicker.

Parameters

value - System.String

The value for Set

DateInput(System.Action)

The messages that DateInput uses. Use it to customize or localize the placeholders of each date/time part.

Parameters

configurator - System.Action<TimePickerMessagesDateInputSettingsBuilder>

The configurator for the dateinput setting.

In this article
Not finding the help you need?