Class
HtmlViewDefinition

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:

cs-api-definition
public class HtmlViewDefinition : TableViewDefinition, IGridViewDefinition

Inheritance: objectTableViewDefinitionHtmlViewDefinition

Implements: IGridViewDefinition

Constructors

HtmlViewDefinition()

Declaration

cs-api-definition
public HtmlViewDefinition()

Properties

RowTemplate

Gets or sets a the row template that specifies how to visualize the rows in this template.

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public RowTemplate RowTemplate { get; }

Property Value

RowTemplate

Methods

CreateRowLayout()

Creates the row layout.

Declaration

cs-api-definition
public override IGridRowLayout CreateRowLayout()

Returns

IGridRowLayout

Overrides TableViewDefinition.CreateRowLayout()

CreateViewUIElement(GridViewInfo)

Creates the view UI element.

Declaration

cs-api-definition
public override IRowView CreateViewUIElement(GridViewInfo viewInfo)

Parameters

viewInfo

GridViewInfo

The view info.

Returns

IRowView

Overrides TableViewDefinition.CreateViewUIElement(GridViewInfo)

ReadXml(Stream)

Reads XML data into the RowTemplate using the specified System.IO.Stream.

Declaration

cs-api-definition
public void ReadXml(Stream stream)

Parameters

stream

Stream

The Stream from which to read.

ReadXml(string)

Reads XML data into the RowTemplate using the specified file.

Declaration

cs-api-definition
public void ReadXml(string fileName)

Parameters

fileName

string

The filename (including the path) from which to read.