TableControlRow Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |