Blazor

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

    Show / Hide Table of Contents

    Class Presets

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

    Constructors

    Presets()

    Declaration
    public Presets()

    Properties

    End

    Defines the end date of the preset range

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

    Label

    Defines the label string of the preset range.

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

    Start

    Defines the start date of the preset range.

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