Blazor

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

    Show / Hide Table of Contents

    Class RangePopupEventArgs

    Defines the argument for the DateRangePicker Popup event.

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

    Constructors

    RangePopupEventArgs()

    Declaration
    public RangePopupEventArgs()

    Properties

    AppendTo

    Specifies the node to which the popup element to be appended.

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

    Cancel

    Illustrates whether the current action needs to be prevented or not.

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

    Date

    Defines the range string in the input element

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

    Event

    Specifies the original event arguments.

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