Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InPlaceEditorRequestData<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class InPlaceEditorRequestData<TValue>

    Provides information about the ActionSuccess event.

    Inheritance
    System.Object
    InPlaceEditorRequestData<TValue>
    Namespace: Syncfusion.Blazor.InPlaceEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class InPlaceEditorRequestData<TValue> : Object
    Type Parameters
    Name Description
    TValue

    Represents the Inplace Editor data source's type.

    Constructors

    InPlaceEditorRequestData()

    Declaration
    public InPlaceEditorRequestData()

    Properties

    PrimaryKey

    Defines the unique key of an editable field that can be used for saving data in the Database.

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

    Value

    Defines the current value of the In-place Editor.

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