ClassHtmlViewDefinition
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:
public class HtmlViewDefinition : TableViewDefinition, IGridViewDefinition
Inheritance: objectTableViewDefinitionHtmlViewDefinition
Implements:
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
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
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
viewInfo
The view info.
Returns
Overrides
ReadXml(Stream)
Reads XML data into the RowTemplate using the specified System.IO.Stream.
Declaration
public void ReadXml(Stream stream)
Parameters
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
fileName
The filename (including the path) from which to read.