Blazor

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

    Show / Hide Table of Contents

    Interface IScheduleEventSettings

    Namespace: Syncfusion.Blazor.Schedule
    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
    Type Description
    DataManager

    EnableIndicator

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

    EnableMaxHeight

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

    EnableTooltip

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

    Fields

    Declaration
    ScheduleField Fields { get; set; }
    Property Value
    Type Description
    ScheduleField

    IgnoreWhitespace

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

    Query

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

    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>

    TooltipTemplate

    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
    Type Name Description
    ScheduleField fields
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved