The GdxColumn type exposes the following members.

Methods

  NameDescription
Public methodCopyFrom
Copies the properties from another column
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFormat
Returnes a valdidated format
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKey
Returns the key of the GdxColumn
Public methodGetText
Returns the text for the column. If AliasedText is empty and RawText is empty we return text, otherwise We return the aliased text
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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

Events

  NameDescription
Public eventPropertyChanged
Property Changed event.

See Also