| Name | Description |
| ActualPosition | Gets or sets the actual position of the field in the arrangement of fields in the field layout. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| AllowCellVirtualizationResolved | Determines if the cell uielement creation will be deferred until the cell is brought into view (read-only). (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| AllowCollapsing | Gets/sets whether the user can collapse this field group in the UI. |
| AllowCollapsingResolved | Determines whether an expansion indicator is visible in the template of the associated FieldGroupLabelPresenter for this FieldGroup (read-only) |
| AllowFixing | Determines if the end user should be allowed to change the fixed state of the field and to which edges the field may be fixed. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| AllowFixingResolved | Returns the resolved value indicating whether a field's FieldItem.FixedLocation may be changed and to which edge the field may be fixed. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| AllowHiding | Specifies whether the user can show or hide a field. It also controls whether the field is displayed in the field chooser control. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| AllowHidingResolved | Gets the resolved value of FieldSettings.AllowHiding property. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| AllowLabelVirtualizationResolved | Overridden. Determines if the LabelPresenter creation will be deferred until the label is brought into view (read-only). |
| AllowResize | Determines if the user can resize a cell or label in a FieldItem (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| AllowResizeResolved | Determines if the user can resize a cell or label in a FieldItem (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| CellContentAlignmentResolved | Overridden. Gets the resolved relative position of the label to its field (read-only) |
| Children | Returns the collection of FieldItem objects that represent the direct child fields and field groups (read-only). |
| Column | The column in the grid in the FieldItem.Owner's generated template and optionally its FieldLayout.HeaderAreaTemplate where this Fields cells and labels should be placed. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| ColumnSpan | Determines how many logical columns this Field's cells span in the layout (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) |
| Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
| FixedButtonVisibility | Returns a value indicating if the fixed button should be visibility for the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| FixedLocation | Indicates whether the field should be fixed and if so to which edge. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| HasLabel | Returns true if FieldItem.Label property is set to a value other than null or an empty string. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Height | Returns or sets a FieldLength instance that represents the height of the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| IsCollapsed | Determines whether all children are visible in the UI or only those that are marked FieldItem.IsVisibleWhenParentGroupIsCollapsed |
| IsFixed | Returns a boolean indicating if the field is fixed based on the FixedLocation and whether the current view supports fixing fields. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| IsFixedStateChanging | Returns a boolean indicating that the fixed state of the field will be changing. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
| IsVisibleWhenParentGroupIsCollapsed | Determines if this FieldItem is visible when its FieldItem.ParentFieldGroup's IsCollapsed property is true. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Label | The label for the Field (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelHeightResolved | The resolved height for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelMaxHeightResolved | The resolved maximum height for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelMaxWidthResolved | The resolved maximum width for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelMinHeightResolved | The resolved minimum height for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelMinWidthResolved | The resolved minimum width for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelPresenterStyle | The style for the label |
| LabelTextAlignment | Determines how text is aligned within the LabelPresenter. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelTextAlignmentResolved | Gets the resolved text alignment setting of the label to this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelTextTrimming | Determines how text is trimmed within the LabelPresenter if there isn't enough space to display it entirely. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelTextTrimmingResolved | Gets the resolved text trimming setting of the label to this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelTextWrapping | Determines whether text is wrapped within the LabelPresenter if there isn't enough width to display it on a single line. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelTextWrappingResolved | Gets the resolved wrapping setting of the label to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| LabelVisibility | Determines if the group's System.Windows.Controls.Label is visible in the UI |
| LabelWidthResolved | The resolved width for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Name | The name of the Field which is used as its key into the FieldCollection. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| OverallLabelPosition | After a layout pass has completed this will return the resolved positon of the label for this item. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Owner | Overridden. Returns the FieldLayout that owns this field |
| ParentFieldGroup | Returns the parent, i.e. owning group or null if this is a top level Field or FieldGroup (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Row | The row in the grid in the FieldItem.Owner's generated cell area template and optionally its FieldLayout.HeaderAreaTemplate where this Fields cells and labels should be placed. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| RowSpan | Determines how many logical rows this FieldItem's cells span in the layout (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| ToolTip | Specifies the tooltip for the field. It's displayed when the user hovers the mouse over the field label. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Visibility | Gets/sets whether this field will be visible. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| VisibilityResolved | Gets the resolved visibility for this field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
| Width | Returns or sets a FieldLength instance that represents the width of the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |