Class HtmlViewDefinition
Represents a view that enables using row layout similar to the one existing in HTML tables.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class HtmlViewDefinition : TableViewDefinition, IGridViewDefinition
Constructors
HtmlViewDefinition()
Declaration
public HtmlViewDefinition()
Properties
RowTemplate
Gets or sets a the row template that specifies how to visualize the rows in this template.
Declaration
public RowTemplate RowTemplate { get; }
Property Value
Methods
CreateRowLayout()
Creates the row layout.
Declaration
public override IGridRowLayout CreateRowLayout()
Returns
Overrides
CreateViewUIElement(GridViewInfo)
Creates the view UI element.
Declaration
public override IRowView CreateViewUIElement(GridViewInfo viewInfo)
Parameters
Grid The view info. |
Returns
Overrides
ReadXml(Stream)
Reads XML data into the Row
Declaration
public void ReadXml(Stream stream)
Parameters
System. The Stream from which to read. |
ReadXml(String)
Reads XML data into the Row
Declaration
public void ReadXml(string fileName)
Parameters
System. The filename (including the path) from which to read. |