Namespace Syncfusion.Blazor.InPlaceEditor
Classes
ActionBeginEventArgs<TValue>
Provides information about the ActionBegin event. |
ActionBlur
Specifies the action that is performed when focus-out from the In-place Editor. The available actions are: 1.Submit 2.Cancel 3.Ignore. |
ActionEventArgs<TValue>
Provides information about ActionSuccess and ActionFailure events. |
BeginEditEventArgs
Provides information about the BeginEdit event. |
ChangeEventArgs<TValue>
Provides information about the Change event. |
EditableType
Specifies a value when the component changes to the editable mode. The available options are: 1.Click 2.DoubleClick 3.EditIconClick |
EditorComponent
Specifies the component which is rendered while editing in the In-place editor. |
EndEditEventArgs
Provides information about the EndEdit event. |
InPlaceEditorButtton
Provides properties of the In-place Editor Button. |
InPlaceEditorCancelButton
Provides properties of the In-place Editor's cancel Button. |
InPlaceEditorEvents<TValue>
Configures the handler to handle the In-place Editor's events. |
InPlaceEditorPopupSettings
Configures the properties to customize the popup mode of the In-place Editor. |
InPlaceEditorRequestData<TValue>
Provides information about the ActionSuccess event. |
InPlaceEditorSaveButton
Provides properties of the In-place Editor's save button. |
InPlaceEditorTemplate
Configures the custom components, such as Blazor native Textbox, HTML select which is rendered while editing in the In-place editor. |
InputType
Determines which component to be rendered while editing on the In-place Editor. |
OpenType
Determines the type of open mode to display the popup content. The available open modes are Auto, Hover, Click, Focus, and Custom. |
RenderMode
Specifies how to render its components whether in inline or popup mode while editing in the In-place Editor. |
SfInPlaceEditor<TValue>
The In-place Editor component is most useful for editing a value dynamically within its context (in-place). It has the built-in support to handle all the form components, including TextBox, Dropdown List, DatePicker, and Rich Text Editor. The component comes with different edit modes and a fully customizable UI. |