menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateRangePickerPreset - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateRangePickerPreset

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DateRangePickerPreset
    Namespace: Syncfusion.EJ2.Calendars
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DateRangePickerPreset : EJTagHelper

    Constructors

    DateRangePickerPreset()

    Declaration
    public DateRangePickerPreset()

    Properties

    End

    Defines the end date of the preset range

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

    The default value is null

    Label

    Defines the label string of the preset range.

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

    The default value is null

    Start

    Defines the start date of the preset range.

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

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved