Enum OpenType
Specifies the trigger action for displaying popup-based editors.
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public enum OpenType
Remarks
This enumeration is applicable only when RenderMode is set to Popup.
Fields
| Name | Description |
|---|---|
| Auto | The popup opens automatically based on context, typically combining click and focus actions. |
| Click | The popup opens when the component is clicked. |
| Custom | The popup opening mechanism is handled through custom logic. |
| Focus | The popup opens when the component receives focus, such as through keyboard navigation. |
| Hover | The popup opens when the mouse pointer hovers over the component. |