Skip to content

Commit efed387

Browse files
committed
972568: Resolving the Publishing issue in Document Editor
1 parent cad1dd1 commit efed387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Document-Processing/Word/Word-Processor/blazor/how-to/change-document-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ The two available layout types are:
2020

2121
The layout type can be set during component initialization. The following example demonstrates how to configure the Document Editor to use the `Continuous` (Web Layout) view.
2222

23-
```razor
23+
```
2424
@using Syncfusion.Blazor.DocumentEditor
2525
2626
<SfDocumentEditorContainer @ref="Container" EnableToolbar="true" Height="590px" LayoutType="LayoutType.Continuous">
2727
</SfDocumentEditorContainer>
2828
2929
@code {
30-
private SfDocumentEditorContainer Container;
30+
SfDocumentEditorContainer Container;
3131
}
3232
```
3333

0 commit comments

Comments
 (0)