The Field type exposes the following members.

Properties

  NameDescription
Aggregate
Gets or sets AggregateTableFactory object which creates an aggregate function.
Caption
Gets or sets field caption.
DisplayExpression
Gets or sets the expression for displaying data of the given field.
Expression
Gets or sets the expression for calculating data of a field.
FieldType
Gets or sets FieldType mode representing a way the given field can be used.
Filter
Gets or sets the IFilter object used for data filtering.
Format
Gets or sets string format used for field data printing.
Groups
Gets custom field groups.
ShowPercent
Gets or sets the value that indicates whether the data will be displayed in percentage terms.
ShowProgress
Gets or sets the value that indicates whether the data will be displayed as progess.
SortOrder
Gets or sets SortOrder indicating the sort order.
TotalLabel
Gets or sets the total value caption.
Width
Gets or sets field column width.

See Also