menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DateRangePickerPresetBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DateRangePickerPresetBuilder
    Namespace: Syncfusion.EJ2.Calendars
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DateRangePickerPresetBuilder : ControlBuilder

    Constructors

    DateRangePickerPresetBuilder()

    Declaration
    public DateRangePickerPresetBuilder()

    DateRangePickerPresetBuilder(List<DateRangePickerPreset>)

    Declaration
    public DateRangePickerPresetBuilder(List<DateRangePickerPreset> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<DateRangePickerPreset> collection

    Methods

    Add()

    Declaration
    public void Add()

    End(Object)

    Defines the end date of the preset range

    Declaration
    public DateRangePickerPresetBuilder End(object end)
    Parameters
    Type Name Description
    System.Object end
    Returns
    Type
    DateRangePickerPresetBuilder

    Label(String)

    Defines the label string of the preset range.

    Declaration
    public DateRangePickerPresetBuilder Label(string label)
    Parameters
    Type Name Description
    System.String label
    Returns
    Type
    DateRangePickerPresetBuilder

    Start(Object)

    Defines the start date of the preset range.

    Declaration
    public DateRangePickerPresetBuilder Start(object start)
    Parameters
    Type Name Description
    System.Object start
    Returns
    Type
    DateRangePickerPresetBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved