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

The Scheduler's resource group header template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class SchedulerResourceGroupHeaderTemplateContext

Inheritance: objectSchedulerResourceGroupHeaderTemplateContext

Constructors

C#
public SchedulerResourceGroupHeaderTemplateContext()

Properties

The field of the resource.

C#
public string Field { get; set; }

The text of the resource.

C#
public string Text { get; set; }

The value of the resource.

C#
public object Value { get; set; }