menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PresetsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PresetsModel

    Interface for a class Presets.

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

    Constructors

    PresetsModel()

    Declaration
    public PresetsModel()

    Properties

    End

    Defines the end date of the preset range.

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

    Label

    Defines the label string of the preset range.

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

    Start

    Defines the start date of the preset range.

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