Class RenderMode
Specifies how to render its components whether in inline or popup mode while editing in the In-place Editor.
Inheritance
System.Object
RenderMode
Namespace: Syncfusion.Blazor.InPlaceEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class RenderMode : Enum
Fields
Inline
Defines the render mode as Inline.
Declaration
public const RenderMode Inline
Field Value
Type |
---|
RenderMode |
Popup
Defines the render mode as Popup.
Declaration
public const RenderMode Popup
Field Value
Type |
---|
RenderMode |