Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateEditCellParams

    Show / Hide Table of Contents

    Class DateEditCellParams

    Defines edit params for in-built datepicker.

    Inheritance
    System.Object
    DateEditCellParams
    Implements
    IEditorSettings
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DateEditCellParams : Object, IEditorSettings

    Constructors

    DateEditCellParams()

    Declaration
    public DateEditCellParams()

    Properties

    Params

    Specifies the params of the datepicker.

    Declaration
    public DatePickerModel Params { get; set; }
    Property Value
    Type Description
    DatePickerModel

    Methods

    HasParams()

    Check param presence

    Declaration
    public bool HasParams()
    Returns
    Type Description
    System.Boolean

    bool

    Implements

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