Tables & Grids
Viewer18
Note : In this control, you can add your own html codes.
HTML Viewer
Test Heading
Test Paragrap you can add color,font,style with your choice
@Viewer18.GetHTMLViewer(new Viewer18Model.GetHTMLRqstMdl() { Content="<h2 style='font-style:italic'>Test Heading</h2><p style='color:blue;'>Test Paragrap you can add color,font,style with your choice</p>", Height=150, Width=300, IsOverFlow = Viewer18Model.OverFlow.Scroll })
Viewer18 Help
Syntax
@Viewer18.GetHTMLViewer(Viewer18Model.GetHTMLRqstMdl as Model)
Property | Type |
---|---|
Model.Content |
string add your html codes and datas here |
Model.Height |
Integer default height is 300 |
Model.Width |
Integer default width is 500 |
Model.IsOverFlow |
Enum Value Viewer18Model.OverFlow.(Scroll, Hidden, HorizontalScroll, VerticalScroll) Scroll - show scroll bar both side you can scroll both side for more data. Hidden - Hide overflow content. HorizontalScroll - Only show horizontal scrollbar. VerticalScroll - Only show vertical scrollbar. |