Syntax

C#
[SerializableAttribute]
public class Column
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Column
Visual C++
[SerializableAttribute]
public ref class Column

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyDate
Change the column date to override the default date in resources view.
Public propertyName
Column name (visible).
Public propertyToolTip
Get or set the column ToolTip.
Public propertyValue
Column value (id).
Public propertyWidthPct
Override the default column width (in percent).

See Also