Class SchedulerResourceGroupHeaderTemplateContext
The Scheduler's resource group header template context.
Inheritance
System.Object
SchedulerResourceGroupHeaderTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SchedulerResourceGroupHeaderTemplateContext : Object
Constructors
SchedulerResourceGroupHeaderTemplateContext()
Declaration
public SchedulerResourceGroupHeaderTemplateContext()
Properties
Field
The field of the resource.
Declaration
public string Field { get; set; }
Property Value
System.String
|
Text
The text of the resource.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Value
The value of the resource.
Declaration
public object Value { get; set; }
Property Value
System.Object
|