Class OpenType
Determines the type of open mode to display the popup content. The available open modes are Auto, Hover, Click, Focus, and Custom.
Inheritance
System.Object
OpenType
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class OpenType : Enum
Fields
Auto
Defines the open type as Auto.
Declaration
public const OpenType Auto
Field Value
Type |
---|
OpenType |
Click
Defines the open type as Click.
Declaration
public const OpenType Click
Field Value
Type |
---|
OpenType |
Custom
Defines the open type as Custom.
Declaration
public const OpenType Custom
Field Value
Type |
---|
OpenType |
Focus
Defines the OpenType as Focus.
Declaration
public const OpenType Focus
Field Value
Type |
---|
OpenType |
Hover
Defines the open type as Hover.
Declaration
public const OpenType Hover
Field Value
Type |
---|
OpenType |