menu

Blazor

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

    Show / Hide Table of Contents

    Class NumericEditCellParams

    Defines edit params for in-build numerictextbox.

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

    Constructors

    NumericEditCellParams()

    Declaration
    public NumericEditCellParams()

    Properties

    Params

    Specifies the params of the numerictextbox editor.

    Declaration
    public NumericTextBoxModel<object> Params { get; set; }
    Property Value
    Type
    NumericTextBoxModel<System.Object>

    Implements

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