Namespace Syncfusion.Blazor.InPlaceEditor
Classes
ActionBeginEventArgs<TValue>
Provides information for the OnActionBegin event.
ActionEventArgs<TValue>
Provides information for the OnActionSuccess and OnActionFailure events.
BeginEditEventArgs
Provides information for the OnBeginEdit event.
ChangeEventArgs<TValue>
Provides information for the ValueChange event.
EditorComponent
Represents a component that is rendered during the editing state of the Syncfusion.Blazor.InPlaceEditor.
EndEditEventArgs
Provides information for the OnEndEdit event.
InPlaceEditorButtton
Represents a customizable button used within the Syncfusion.Blazor.InPlaceEditor, typically for save and cancel actions.
InPlaceEditorCancelButton
Configures the properties for the In-place Editor's Cancel button.
InPlaceEditorEvents<TValue>
Configures the event handlers for the SfInPlaceEditor<TValue>.
InPlaceEditorPopupSettings
Configures the properties for customizing the popup mode of the Syncfusion.Blazor.InPlaceEditor.
InPlaceEditorRequestData<TValue>
Represents the data payload for an In-place Editor action, containing the primary key and the current value.
InPlaceEditorSaveButton
Represents the save button for the Syncfusion.Blazor.InPlaceEditor, allowing users to confirm and save their changes.
InPlaceEditorTemplate
Represents a template for rendering custom components within the Syncfusion.Blazor.InPlaceEditor during edit mode. It allows for the integration of custom UI elements, such as Blazor native textboxes or HTML select elements.
SfInPlaceEditor<TValue>
A set of string constants used by the SfInPlaceEditor<TValue> component.
Enums
ActionBlur
Specifies the action to be performed when focus moves out of the In-Place Editor.
EditableType
Defines the user action that triggers the In-Place Editor to switch to an editable state.
InputType
Specifies the type of component to be rendered for editing within the In-Place Editor.
OpenType
Specifies the trigger action for displaying popup-based editors.
RenderMode
Determines how the editing UI is displayed, either directly within the component's layout or in a separate popup.