TableControlRow Class

Definition

Defines a single row in a table control.

public ref class TableControlRow sealed
public sealed class TableControlRow
type TableControlRow = class
Public NotInheritable Class TableControlRow
Inheritance
TableControlRow

Constructors

TableControlRow()

Public constructor for TableControlRow

TableControlRow(IEnumerable<TableControlColumn>)

Public constructor for TableControlRow.

Properties

Columns

Collection of column definitions for this row

SelectedBy

List of typenames which select this entry

Wrap

When true, instead of truncating to the column width, use multiple lines.

Applies to