Class VerticalResourceTimelineTableBase
Inheritance
System.Object
VerticalResourceTimelineTableBase
Namespace: Telerik.Blazor.Components.Scheduler.Rendering.TimelineView
Assembly: Telerik.Blazor.dll
Syntax
public class VerticalResourceTimelineTableBase : ComponentBase
Constructors
VerticalResourceTimelineTableBase()
Declaration
public VerticalResourceTimelineTableBase()
Properties
AllDayAppointmentOuterHeight
Declaration
public double AllDayAppointmentOuterHeight { get; set; }
Property Value
System.Double
|
DepthIndex
Declaration
public int DepthIndex { get; set; }
Property Value
System.Int32
|
ResourceHeaders
Declaration
public IEnumerable<ResourceHeader> ResourceHeaders { get; set; }
Property Value
System.Collections.Generic.IEnumerable<Telerik.Blazor.Components.Scheduler.Models.ResourceHeader>
|
ViewModel
Declaration
public ISchedulerViewModel ViewModel { get; set; }
Property Value
Telerik.Blazor.Components.Scheduler.ViewModels.ISchedulerViewModel
|
Methods
AllDayRowStyle(ResourceHeader)
Declaration
public string AllDayRowStyle(ResourceHeader resourceHeader)
Parameters
Telerik.Blazor.Components.Scheduler.Models.ResourceHeader
resourceHeader
|
Returns
System.String
|