| Name | Description |
| Attributes | Gets a bit mask that contains all of the field attributes. |
| ContainsCharacterSpecificAttributes | Gets a value indicating whether each character in the field is examined for character-specific attributes. |
| EndColumn | Gets field end column. |
| EndPosition | Gets the column and row coordinates of the end position. |
| EndRow | Gets field end row. |
| ForegroundColor | Gets the foreground color for the specified terminal attribute. |
| IsAlphaOnlyField | Gets a value indicating whether the field is an alpha-only field. |
| IsAplCharacterSet | Gets a value indicating whether the data cell is displayed with APL characters. |
| IsAttributeSpace | Gets a value indicating whether field attributes occupy space on the screen. |
| IsAutoEnterField | Gets a value indicating whether the field is a auto enter field. |
| IsBlinking | Gets a value indicating whether the data cell contains blinking text. |
| IsBlockField | Gets a value indicating whether the field is a block field. |
| IsColumnSeparator | Gets a value indicating whether the data cell contains a column separator. |
| IsDbcsEither | Gets a value indicating whether the field is a DBCS Either field. |
| IsDbcsField | Gets a value indicating whether the field is of any DBCS field type. |
| IsDbcsGraphics | Gets a value indicating whether the field is a DBCS Graphics field. |
| IsDbcsMixed | Gets a value indicating whether the field is a DBCS Mixed field. |
| IsDbcsOnlyField | Gets a value indicating whether the field is a DBCS Only field. |
| IsDbcsOpen | Gets a value indicating whether the field is a DBCS Open field. |
| IsDbcsPureField | Gets a value indicating whether the field is a DBCS Pure field. |
| IsDefaultDisplay | Gets a value indicating whether the data cell is displayed with default attributes. |
| IsDigitsField | Gets a value indicating whether the field is a digits field. |
| IsDupField | Gets a value indicating whether the field is a duplicate format control order field. |
| IsExitRequiredField | Gets a value indicating whether the field is a exit-required field. |
| IsHighIntensity | Gets a value indicating whether the data cell contains high intensity text. |
| IsLightPenField | Gets a value indicating whether the field is a light pen field. |
| IsMagneticStripField | Gets a value indicating whether the field is a magnetic strip field. |
| IsMandatoryEntryField | Gets a value indicating whether the field is a mandatory entry field. |
| IsMandatoryFillField | Gets a value indicating whether the field is a mandatory fill field. |
| IsMessageField | Gets a value indicating whether the field is a message field. |
| IsModified | Gets a value indicating whether the field has been modified. |
| IsNumericOnlyField | Gets a value indicating whether the field is a numeric-only field. |
| IsNumericShiftField | Gets a value indicating whether the field is a numeric shift field. |
| IsOverline | Gets a value indicating whether the data cell contains overlined text. |
| IsProtectedField | Gets a value indicating whether the field is a protected field. |
| IsReverse | Gets a value indicating whether the data cell is displayed in reverse video mode. |
| IsRightAdjustBlankFillField | Gets a value indicating whether the field is a right-adjust, blank-fill field. |
| IsRightAdjustZeroFillField | Gets a value indicating whether the field is a right-adjust, zero-fill field. |
| IsRightJustifiedField | Gets a value indicating whether the field is a right-aligned field. |
| IsSignedNumericField | Gets a value indicating whether the field is a signed numeric field. |
| IsStrikethrough | Gets a value indicating whether the data cell contains strikethrough text. |
| IsUnderline | Gets a value indicating whether the data cell contains underlined text. |
| IsUppercaseField | Gets a value indicating whether the field is a uppercase field. |
| IsUserField | Gets a value indicating whether the field is a user field. |
| IsVisible | Gets a value indicating whether the data cell contains visible text. |
| Length | Gets the length of this field, including field attributes. |
| StartColumn | Gets field start column. |
| StartPosition | Gets the column and row coordinates of this field. |
| StartRow | Gets field start row. |
| Text | Gets field text. |