Class SchedulerMoreSelectEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a MoreSelect event that is being raised.
public class SchedulerMoreSelectEventArgs
- Inheritance
-
SchedulerMoreSelectEventArgs
- Inherited Members
Constructors
SchedulerMoreSelectEventArgs()
public SchedulerMoreSelectEventArgs()
Properties
Appointments
List of appointments.
public IEnumerable<AppointmentData> Appointments { get; set; }
Property Value
End
The end of the slot.
public DateTime End { get; set; }
Property Value
IsDefaultPrevented
Has default action been prevented from occuring.
public bool IsDefaultPrevented { get; }
Property Value
Start
The start of the slot.
public DateTime Start { get; set; }
Property Value
View
Current View.
public ISchedulerView View { get; set; }
Property Value
Methods
PreventDefault()
Prevent the default action from occuring.
public void PreventDefault()