ListColumn
Protected Class ListColumn
Description
A ListColumn object allows you to access and SelectionChanged formatting properties of columns.

Access is like :
myDataView.Column(x).HeadingBGColor=&cffffff
Methods
Clone
Creates a copy of this ListColumn
Properties
Alignment
determines the default alignment for cells in this row
AlignmentOffset
determines the default alignment offset for cells in this column
AutoExpandWidth
Whether the column participates in resizing during a resize of the DataView
AutoResizable
Whether the column participates in resizing during a resize of the DataView
CellContainer
The cellContainer to use for this column.
CheckAllCheckBoxState
CheckBoxUnchecked = 0
CueText
A Text To be displayed In an editable cell when no Text has been entered.
DefaultColumnSpan
Allows setting a column to have a default span for cells in that column.
FieldName
For storing the field name of this column to simplify use of a database as a data source.
FontSize
The textItalic to use for cells in this column
FormatString
The format string used to display the value of cells in this column
HasCheckAllCheckBox
places a DesktopCheckbox in the column header to allow check/uncheck all checkboxes in this column
Heading
the text to be displayed in this column's heading
HeadingAlignment
determines the horizontal allignment for the Heading in this column.
HeadingFontSize
The text size for the header of this column.
HeadingTextBold
Whether the Heading text for this column should be Bold
HeadingTextFont
The font to use for this Heading. "" for default.
HeadingTextItalic
Whether the Heading for this column should be Italic
HeadingTextWrapMode
The TextWrapMode for the heading of this column
HeadingVerticalAlignment
determines the vertical allignment for the Heading in this column.
Hidden
Setting to true will cause this column to be excluded from display and events
ID
The internal ID of the column
Index
The Index of the column. Used internally to Address columns based on insertion order.
LeftActual
the runtime value of the left edge of this column
LeftScaled
the runtime value of the left edge of this column accounting for zoom
MaxWidthActual
The evaluated maximum width of this column
MaxWidthExpression
the maximum width of this column.
MinWidthActual
the evaluated minimum width of this column
MinWidthExpression
the expression used to determine the minimum width of this column
SortDirection
The current sort direction of this column.
Tag
the tag for this column
TextBold
The textBold to use for cells in this column
TextFont
The textItalic to use for cells in this column
TextItalic
The textItalic to use for cells in this column
TextWrapMode
The TextWrapMode for this column
Type
the default type for cells in this column
UserResizable
whether the user is able to resize the column by dragging
VarType
The type of value stored in the column. Used for sorting and pasting.
VerticalAlignment
determines the default vertical alignment for cells in this Column.
WidthActual
the evaluated width of this column
WidthExpression
the expression used to calculate the width of this column
WidthScaled
the evaluated width of this column accounting for zoom
Shared Methods
resetDefaults
calling this method will reset default values for new columns created with 'new piDogDataView.ListCo
Shared Properties
defaults
A ListColumn object used as a template for new columns.