Class
SchedulerResourceGroupHeaderTemplateContext

The Scheduler's resource group header template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SchedulerResourceGroupHeaderTemplateContext

Inheritance: objectSchedulerResourceGroupHeaderTemplateContext

Constructors

SchedulerResourceGroupHeaderTemplateContext()

Declaration

cs-api-definition
public SchedulerResourceGroupHeaderTemplateContext()

Properties

Field

The field of the resource.

Declaration

cs-api-definition
public string Field { get; set; }

Property Value

string

Text

The text of the resource.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Value

The value of the resource.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object