menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScheduleEventSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IScheduleEventSettings

    An interface that represents the event setting properties of a scheduler.

    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface IScheduleEventSettings

    Properties

    AllowAdding

    Gets or sets whether the new events added to the scheduler.

    Declaration
    bool AllowAdding { get; set; }
    Property Value
    Type
    System.Boolean

    AllowDeleting

    Gets or sets whether events can be deleted in the Scheduler.

    Declaration
    bool AllowDeleting { get; set; }
    Property Value
    Type
    System.Boolean

    AllowEditFollowingEvents

    Gets or sets whether only future events in a series can be edited.

    Declaration
    bool AllowEditFollowingEvents { get; set; }
    Property Value
    Type
    System.Boolean

    AllowEditing

    Gets or sets whether events can be edited in the Scheduler.

    Declaration
    bool AllowEditing { get; set; }
    Property Value
    Type
    System.Boolean

    EnableIndicator

    Gets or sets whether events can occupy the full height of the cell, excluding the header and more indicator.

    Declaration
    bool EnableIndicator { get; set; }
    Property Value
    Type
    System.Boolean

    EnableMaxHeight

    Gets or sets whether events can occupy the full height of the cell, excluding the header.

    Declaration
    bool EnableMaxHeight { get; set; }
    Property Value
    Type
    System.Boolean

    EnableTooltip

    Gets or sets whether a tooltip is displayed for events, showing the subject, location, start and end time.

    Declaration
    bool EnableTooltip { get; set; }
    Property Value
    Type
    System.Boolean

    IgnoreWhitespace

    Gets or sets whether the bottom white space of the Events element should be ignored or included.

    Declaration
    bool IgnoreWhitespace { get; set; }
    Property Value
    Type
    System.Boolean

    IncludeFiltersInQuery

    Gets or sets a value that determines whether the start date and end date filter conditions should be included in the query itself when requesting data from the server, or passed as query parameters in the API call.

    Declaration
    bool IncludeFiltersInQuery { get; set; }
    Property Value
    Type
    System.Boolean

    MinimumEventDuration

    Gets or sets the minimum duration for an event, where events with a shorter duration will be rendered for this minimum duration.

    Declaration
    int MinimumEventDuration { get; set; }
    Property Value
    Type
    System.Int32

    Query

    Gets or sets an external Query to be executed during data processing.

    Declaration
    Query Query { get; set; }
    Property Value
    Type
    Query

    ResourceColorField

    Gets or sets the name of the resource to apply the color of that resource level to appointments when grouping is enabled.

    Declaration
    string ResourceColorField { get; set; }
    Property Value
    Type
    System.String

    SortBy

    Gets or sets the field by which the scheduler events should be sorted.

    Declaration
    string SortBy { get; set; }
    Property Value
    Type
    System.String

    SpannedEventPlacement

    Get or sets how spanned events (events with a duration of more than 24 hours) are rendered in the Scheduler.

    Declaration
    SpannedEventPlacement SpannedEventPlacement { get; set; }
    Property Value
    Type
    SpannedEventPlacement

    Template

    Gets or sets template as a Microsoft.AspNetCore.Components.RenderFragment that defines custom appearance for displaying scheduler events.

    Declaration
    RenderFragment<object> Template { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment<System.Object>

    TooltipTemplate

    Gets or sets template as a Microsoft.AspNetCore.Components.RenderFragment that defines custom appearance for displaying event tooltip.

    Declaration
    RenderFragment<object> TooltipTemplate { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved