Interface IScheduleEventSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IScheduleEventSettings
Properties
AllowAdding
Declaration
bool AllowAdding { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowDeleting
Declaration
bool AllowDeleting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowEditFollowingEvents
Declaration
bool AllowEditFollowingEvents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AllowEditing
Declaration
bool AllowEditing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DataManager
Declaration
DataManager DataManager { get; set; }
Property Value
EnableIndicator
Declaration
bool EnableIndicator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableMaxHeight
Declaration
bool EnableMaxHeight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool EnableTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Fields
Declaration
ScheduleField Fields { get; set; }
Property Value
IgnoreWhitespace
Declaration
bool IgnoreWhitespace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Query
Declaration
Query Query { get; set; }
Property Value
ResourceColorField
Declaration
string ResourceColorField { get; set; }
Property Value
Type |
Description |
System.String |
|
Template
Declaration
RenderFragment<object> Template { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
|
Declaration
RenderFragment<object> TooltipTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment<System.Object> |
|
Methods
UpdateFieldsProperties(ScheduleField)
Declaration
void UpdateFieldsProperties(ScheduleField fields)
Parameters