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 |
---|
System.String |
Value
Defines the current value of the In-place Editor.
Declaration
public TValue Value { get; set; }
Property Value
Type |
---|
TValue |