The GdxColumn type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CopyFrom |
Copies the properties from another column
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetFormat |
Returnes a valdidated format
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetKey |
Returns the key of the GdxColumn |
![]() | GetText |
Returns the text for the column. If AliasedText is empty and RawText is empty we return text, otherwise
We return the aliased text
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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 |
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Property Changed event.
|