The GdxColumn type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasedText |
Specifies the ALIASED text that is resolved in runtime. It's used in Runtime to keep a state of the column text
| |
Format |
Specifies the text visualized when the cell contains a valid Hyperlink
| |
HyperLinkText |
Specifies the text visualized when the cell contains a valid Hyperlink
| |
Index |
The index of the column in the GdxGridView | |
IsAuto |
Gets a value that indicates whether the column holds a value whose size is determined by the size properties of the content object.
| |
IsHyperlink |
Specifies if the content of the column is visualized as Hyperlink
| |
IsReportVisible |
Specifies if the column will be visible in the reports
| |
IsStar |
Gets a value that indicates whether the System.Windows.GridLength holds a value that is expressed as a weighted proportion of available space.
| |
IsTooltip |
Specifies if the column should appear in the "ToolTip" context menu of the GdxGridView | |
IsVisible |
Shows/hides the column in the GdxGridView | |
SimpleFilter |
Gets or Sets the simple filter associated with this column
| |
Text |
The text visualized in the column header of the GdxGridView | |
TextAlignment |
The alignment of the column in the GdxGridView | |
TextTrimming |
TextTrimming
| |
TextWrapping |
Specifies how the text should be wrapped in the columns
| |
Width |
The width of the column in the GdxGridView |