ClassSchedulerResource
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class SchedulerResource : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerResource
Implements:
Inherited Members
Constructors
SchedulerResource()
Declaration
public SchedulerResource()
Properties
ColorField
The field of the resource data item which contains the resource color.
Declaration
[Parameter]
public string ColorField { get; set; }
Property Value
Data
Defines the data source of the resource.
Declaration
[Parameter]
public IEnumerable<object> Data { get; set; }
Property Value
Field
The field of the scheduler appointment that contains the resource id.
TextField
The field of the resource data item which represents the resource text.
Declaration
[Parameter]
public string TextField { get; set; }
Property Value
Title
The user friendly title of the resource, displayed in the scheduler edit form. If not set, the value of the Field option is used.
ValueField
The field of the resource data item which represents the resource value. The resource value is used to link a scheduler appointment with a resource.
Declaration
[Parameter]
public string ValueField { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public void Dispose()
Implements
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides