Class SpannedEventPlacement
Specifies the rendering of spanned events (duration is more than 24 hours) in an all-day row or time slot (work area) for scheduler.
Inheritance
System.Object
SpannedEventPlacement
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SpannedEventPlacement : Enum
Fields
AllDayRow
Renders the spanned events in the all-day row.
Declaration
public const SpannedEventPlacement AllDayRow
Field Value
Type |
---|
SpannedEventPlacement |
TimeSlot
Renders the spanned events in the time slot.
Declaration
public const SpannedEventPlacement TimeSlot
Field Value
Type |
---|
SpannedEventPlacement |