HtmlViewDefinition
Class
Represents a view that enables using row layout similar to the one existing in HTML tables.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class HtmlViewDefinition : TableViewDefinition, IGridViewDefinition
Inheritance: objectTableViewDefinitionHtmlViewDefinition
Implements:
Constructors
C#
public HtmlViewDefinition()
Properties
Gets or sets a the row template that specifies how to visualize the rows in this template.
C#
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public RowTemplate RowTemplate { get; }
Methods
Creates the row layout.
Creates the view UI element.
C#
public override IRowView CreateViewUIElement(GridViewInfo viewInfo)
The view info.
Returns:Overrides:
Reads XML data into the RowTemplate using the specified System.IO.Stream.
Reads XML data into the RowTemplate using the specified file.
C#
public void ReadXml(string fileName)
The filename (including the path) from which to read.