TableControlColumnHeader Class

Definition

Defines the header for a particular column in a table control.

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

Constructors

TableControlColumnHeader()

Default constructor

TableControlColumnHeader(String, Int32, Alignment)

Public constructor for TableControlColumnHeader.

Properties

Alignment

Alignment of the string within the column

Label

Label for the column

Width

Width of the column - in number of display cells

Applies to