New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public SchedulerToolBarNewEventTool()

Properties

Specifies a custom CSS class for the New Event button.

C#
[Parameter]
public string Class { get; set; }

Specifies whether the New Event button is enabled. Default value is true.

C#
[Parameter]
public bool Enabled { get; set; }

Specifies the icon rendered in the New Event button. Accepts a predefined Telerik icon name via nameof(SvgIcon.*). Default value is nameof(SvgIcon.Plus).

C#
[Parameter]
public string Icon { get; set; }

Specifies the theme color of the New Event button. Default value is Primary.

C#
[Parameter]
public string ThemeColor { get; set; }