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
RowTemplate
|
Methods
CreateRowLayout()
Creates the row layout.
Declaration
public override IGridRowLayout CreateRowLayout()
Returns
IGridRowLayout
|
Overrides
CreateViewUIElement(GridViewInfo)
Creates the view UI element.
Declaration
public override IRowView CreateViewUIElement(GridViewInfo viewInfo)
Parameters
GridViewInfo
viewInfo
The view info. |
Returns
IRowView
|
Overrides
ReadXml(Stream)
Reads XML data into the RowTemplate using the specified System.IO.Stream.
Declaration
public void ReadXml(Stream stream)
Parameters
System.IO.Stream
stream
The Stream from which to read. |
ReadXml(String)
Reads XML data into the RowTemplate using the specified file.
Declaration
public void ReadXml(string fileName)
Parameters
System.String
fileName
The filename (including the path) from which to read. |