Blazor

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

    Show / Hide Table of Contents

    Class StringEditCellParams

    Defines edit params for in-built textbox.

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

    Constructors

    StringEditCellParams()

    Declaration
    public StringEditCellParams()

    Properties

    Params

    Specifies the params of the textbox.

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

    Implements

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