Interface ISchedule
Assembly: Syncfusion.Blazor.dll
Syntax
public interface ISchedule
Properties
AgendaDaysCount
Declaration
int AgendaDaysCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AllowDragAndDrop
Declaration
bool AllowDragAndDrop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowInline
Declaration
bool AllowInline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowKeyboardInteraction
Declaration
bool AllowKeyboardInteraction { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowMultiCellSelection
Declaration
bool AllowMultiCellSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowMultiRowSelection
Declaration
bool AllowMultiRowSelection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowResizing
Declaration
bool AllowResizing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CssClass
Declaration
string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentView
Declaration
View CurrentView { get; set; }
Property Value
Declaration
string DateFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableAutoRowHeight
Declaration
bool EnableAutoRowHeight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnablePersistence
Declaration
bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRecurrenceValidation
Declaration
bool EnableRecurrenceValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRtl
Declaration
bool EnableRtl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EndHour
Declaration
string EndHour { get; set; }
Property Value
Type |
Description |
System.String |
|
EventDragArea
Declaration
string EventDragArea { get; set; }
Property Value
Type |
Description |
System.String |
|
EventSettings
Declaration
IScheduleEventSettings EventSettings { get; set; }
Property Value
FirstDayOfWeek
Declaration
int FirstDayOfWeek { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Group
Declaration
ScheduleGroup Group { get; set; }
Property Value
Declaration
List<ScheduleHeaderRow> HeaderRows { get; set; }
Property Value
Height
Declaration
string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
HideEmptyAgendaDays
Declaration
bool HideEmptyAgendaDays { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxDate
Declaration
DateTime MaxDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MinDate
Declaration
DateTime MinDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
QuickInfoOnSelectionEnd
Declaration
bool QuickInfoOnSelectionEnd { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
QuickInfoTemplates
Declaration
ScheduleQuickInfoTemplates QuickInfoTemplates { get; set; }
Property Value
Readonly
Declaration
bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ResourceCollection
Declaration
List<Resource> ResourceCollection { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Resource> |
|
ResourceRowRef
Declaration
ResourceRow ResourceRowRef { get; set; }
Property Value
Type |
Description |
Syncfusion.Blazor.Schedule.Internal.ResourceRow |
|
Resources
Declaration
List<IScheduleResources> Resources { get; set; }
Property Value
ScheduleTemplates
Declaration
ScheduleTemplates ScheduleTemplates { get; set; }
Property Value
SelectedDate
Declaration
DateTime SelectedDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
bool ShowHeaderBar { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowQuickInfo
Declaration
bool ShowQuickInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowTimeIndicator
Declaration
bool ShowTimeIndicator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowWeekend
Declaration
bool ShowWeekend { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowWeekNumber
Declaration
bool ShowWeekNumber { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartHour
Declaration
string StartHour { get; set; }
Property Value
Type |
Description |
System.String |
|
TimeScale
Declaration
ScheduleTimeScale TimeScale { get; set; }
Property Value
Timezone
Declaration
string Timezone { get; set; }
Property Value
Type |
Description |
System.String |
|
Views
Declaration
List<ScheduleView> Views { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ScheduleView> |
|
Width
Declaration
string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
WorkDays
Declaration
int[] WorkDays { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
WorkHours
Declaration
ScheduleWorkHours WorkHours { get; set; }
Property Value
Methods
PropertyChanged()
Declaration
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
UpdateChildProperties(String, Object)
Declaration
void UpdateChildProperties(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|