The GdxColumn type exposes the following members.

Properties

  NameDescription
Public propertyAliasedText
Specifies the ALIASED text that is resolved in runtime. It's used in Runtime to keep a state of the column text
Public propertyFormat
Specifies the text visualized when the cell contains a valid Hyperlink
Public propertyHyperLinkText
Specifies the text visualized when the cell contains a valid Hyperlink
Public propertyIndex
The index of the column in the GdxGridView
Public propertyIsAuto
Gets a value that indicates whether the column holds a value whose size is determined by the size properties of the content object.
Public propertyIsHyperlink
Specifies if the content of the column is visualized as Hyperlink
Public propertyIsReportVisible
Specifies if the column will be visible in the reports
Public propertyIsStar
Gets a value that indicates whether the System.Windows.GridLength holds a value that is expressed as a weighted proportion of available space.
Public propertyIsTooltip
Specifies if the column should appear in the "ToolTip" context menu of the GdxGridView
Public propertyIsVisible
Shows/hides the column in the GdxGridView
Public propertySimpleFilter
Gets or Sets the simple filter associated with this column
Public propertyText
The text visualized in the column header of the GdxGridView
Public propertyTextAlignment
The alignment of the column in the GdxGridView
Public propertyTextTrimming
TextTrimming
Public propertyTextWrapping
Specifies how the text should be wrapped in the columns
Public propertyWidth
The width of the column in the GdxGridView

See Also