The AwxListField type exposes the following members.

Methods

  NameDescription
Public methodCopyFrom
Copies the properties from another AwxListField
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFontSize
Returns the font size used by this condition. We need this or WinRT will NOT serialize the FONTSIZE
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKey
Returns the key of the AwxListField
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetFontSize
Sets the font size
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyFontSize
Specifies the size of the font for the visual object that will represent the data element
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 position of the field in the details panel
Public propertyIsHyperlink
Specifies if the content of the field is visualized as Hyperlink
Public propertyIsReportVisible
Specifies if the column will be visible in the reports
Public propertyIsTooltip
Specifies if the column should appear in the "ToolTip" context menu of the AwxListView
Public propertyIsVisible
Shows/hides the column in the AwxListView
Public propertyOverview
The position of the field in the details panel
Public propertyText
The text visualized in the details panel of the AwxListView
Public propertyTextAlignment
The alignment of the column in the AwxGridView
Public propertyTextTrimming
Specifies how the text should be trimmed in the fields
Public propertyTextWrapping
Specifies how the text should be wrapped in the fields

See Also