Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SchedulerToolBarNewEventTool : SchedulerToolBarItem, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerToolBarItem, IDisposable
Inheritance: objectComponentBaseSchedulerToolBarItemSchedulerToolBarNewEventTool
Implements:
Inherited Members
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; }