Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeEventArgs

    Defines the argument for the Range event.

    Inheritance
    System.Object
    RangeEventArgs
    Namespace: Syncfusion.Blazor.Calendars
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RangeEventArgs : Object

    Constructors

    RangeEventArgs()

    Declaration
    public RangeEventArgs()

    Properties

    DaySpan

    Defines the day span between the range.

    Declaration
    public double DaySpan { get; set; }
    Property Value
    Type Description
    System.Double

    Element

    Specifies the element.

    Declaration
    public object Element { get; set; }
    Property Value
    Type Description
    System.Object

    EndDate

    Defines the end date.

    Declaration
    public DateTime EndDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Event

    Specifies the original event arguments.

    Declaration
    public object Event { get; set; }
    Property Value
    Type Description
    System.Object

    IsInteracted

    If the event is triggered by interaction, it returns true. Otherwise, it returns false.

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

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    StartDate

    Defines the start date.

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Text

    Defines the value string in the input element.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Defines the value.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved