| Name | Description |
| AllowCellVirtualization | Determines if the cell uielement creation can be deferred until the cell is brought into view. |
| AllowCrossFieldRecordFiltering | Determines if fields will be included in the fields combobox inside the CustomFilterSelectionControl. Default is resolved to the AllowRecordFiltering setting. |
| AllowEdit | Determines if the user can edit a cell. |
| 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. |
| AllowGroupBy | Determines if the user can initiate a group by operation thru the UI for this Field |
| AllowHiding | Specifies whether the user can show or hide a field. It also controls whether the field is displayed in the field chooser control. |
| AllowLabelVirtualization | Determines if the label uielement creation can be deferred until the label is brought into view. |
| AllowRecordFiltering | Enables the record filtering user interface. Default is resolved to False. |
| AllowResize | Determines if the user can resize a cell or label in a Field |
| AllowSorting | Determines if the user can sort a field Field |
| AllowSummaries | Specifies if the summary calculation selection UI is enabled for the user to select one or more summary calculations to perform on field values. |
| AutoSizeOptions | Returns or sets what values are considered when autosizing a field. |
| AutoSizeScope | Returns or sets a value that indicates which records are evaluated when performing an autosize of a field. |
| CellClickAction | Determines what happens when the user clicks on a field cell |
| CellContentAlignment | Gets/sets the relative position of the label to its cell value when the LabelLocation resolves to 'InCells'. |
| CellHeight | The height of the cell in device-independent units (1/96th inch per unit) |
| CellMaxHeight | The maximum height of the cell in device-independent units (1/96th inch per unit) |
| CellMaxWidth | The maximum width of the cell in device-independent units (1/96th inch per unit) |
| CellMinHeight | The minimum height of the cell in device-independent units (1/96th inch per unit) |
| CellMinWidth | The minimum width of the cell in device-independent units (1/96th inch per unit) |
| CellPresenterStyle | The style for the CellPresenter |
| CellPresenterStyleSelector | A callback used for supplying styles for CellPresenters |
| CellValuePresenterStyle | The style for the CellValuePresenter |
| CellValuePresenterStyleSelector | A callback used for supplying styles for cells |
| CellVisibilityWhenGrouped | Specifies if the group-by fields should be hidden. Default is null which is resolved to Visible. |
| CellWidth | The width of the cell in device-independent units (1/96th inch per unit). |
| CollapseWhenEmpty | Returns/sets whether Views that support the collapsing of cells should collapse cells associated with a Field when the cells contain empty values (e.g. empty string/null for string, null for nullable types, and 0 for numeric types). |
| DataItemUpdateTrigger | Determines when the DataItem's property associated with the field will be updated. |
| DataValueChangedHistoryLimit | Returns/sets the maximum number of value changes to maintain for all Cells associated with the Field. |
| DataValueChangedNotificationsActive | Returns/sets whether DataPresenterBase.DataValueChanged and DataPresenterBase.InitializeCellValuePresenter events should be raised for all Cells associated with the Field. |
| DataValueChangedScope | Returns/sets a value that determines the range of DataRecords for which DataPresenterBase.DataValueChanged and DataPresenterBase.InitializeCellValuePresenter events will be raised. |
| 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) |
| EditAsType | Gets/sets a type that will be used to edit the data while in edit mode. |
| EditModeBehaviorOnDataUpdate | Controls how the value of the editor in the cell that's in edit mode is updated when the corresponding data in the underlying data source is changed. Default value is resolved to UpdateEditValue. |
| EditorStyle | The style for the Infragistics.Windows.Editors.ValueEditor used within a cell |
| EditorStyleSelector | A callback used for supplying a style for the Infragistics.Windows.Editors.ValueEditor used within a cell |
| EditorType | The type for the Infragistics.Windows.Editors.ValueEditor used within a cell |
| ExcelStyleFilterSearchOperator | Specifies the type of search operation to perform in the search textbox of the RecordFilterTreeControl to filter the items displayed within the tree control of the Excel style filter. |
| ExpandableFieldRecordExpansionMode | Determines how an ExpandableFieldRecordPresenter will be expanded. |
| ExpandableFieldRecordHeaderDisplayMode | Determines how an ExpandableFieldRecordPresenter will display a header. |
| ExpandableFieldRecordPresenterStyle | The style for ExpandableFieldRecords |
| ExpandableFieldRecordPresenterStyleSelector | A callback used for supplying styles for ExpandableFieldRecords |
| ExpandedCellStyle | The style for ExpandedCellPresenters which are used to display expanded cells. |
| ExpandedCellStyleSelector | A callback used for supplying a style for ExpandedCellPresenters which are used to display expanded cells. |
| ExpandGroupByRecordsByDefault | Determines whether GroupBy records are initially expanded. |
| FilterCellEditorStyle | The style for the Infragistics.Windows.Editors.ValueEditor used within a cell |
| FilterCellValuePresenterStyle | The style for the FilterCellValuePresenter |
| FilterClearButtonVisibility | Specifies the visibility of the filter clear button in the filter cell. Default is resolved to Visible. |
| FilterComparer | Property used for specifying a custom comparer used to compare values as part of the filtering logic. |
| FilterConditionOptimizationThreshold | Returns or sets the minimum number of checked items in the Excel style filter dropdown at which the values will be grouped into a single condition. |
| FilterEvaluationTrigger | Controls when the filters are evalulated whenever the user modifies filter criteria via filter cell. Default is resolved to OnCellValueChange which applies the filter as you type contents in the filter cell. |
| FilterEvaluator | Property used for specifying a custom evaluator used to evaluate filter comparisons as part of the filtering logic. |
| FilterLabelIconDropDownType | Specifies the type of dropdown to be displayed in the FilterButton displayed in the LabelPresenter when the FilterUIType resolves to LabelIcons. 'Default' is resolved to SingleSelect. |
| FilterOperandUIType | Specifies the type of UI to use for the operand portion in a filter cell. Default is resolved to Combo. |
| FilterOperatorDefaultValue | Specifies the default filter operator. UI for selecting filter operator in filter cell will be initialized to this value. Default is resolved to StartsWith except for DateTime, Boolean and numeric fields where it's resolved to Equals. |
| FilterOperatorDropDownItems | Specifies which operators to display in the filter operator drop-down. Default set of operators are determined based on the data type of the field. |
| FilterStringComparisonType | Specifies whether filters will be case-sensitve or case insensitive. Default is CaseInsensitive. |
| ForceCellVirtualization | Allows cell elements to be virtualized even if the cell is using a custom CellValuePresenter that does not contain a ValueEditor. |
| GroupByComparer | Property used for specifying a custom comparer to sort GroupByRecords. |
| GroupByEvaluator | Property used for specifying a custom evaluator for group-by records which determines group breaks. |
| GroupByMode | Determines how DataRecords are grouped |
| GroupByRecordPresenterStyle | The style for the GroupByRecordPresenter |
| GroupByRecordPresenterStyleSelector | A callback used for supplying styles for groupBys |
| Height | Returns or sets a FieldLength instance that represents the default height of the field. |
| InvalidValueBehavior | Determines what action to take when attempting to end edit mode with an invalid value. |
| IsAutoEditModeEnabled | Determines whether edit mode will automatically be entered on the DataPresenterBase.ActiveCell when the first text input or space key is pressed. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) |
| LabelClickAction | Determines what happens when the user clicks on a field label |
| LabelHeight | The height of the label in device-independent units (1/96th inch per unit) |
| LabelMaxHeight | The maximum height of the label in device-independent units (1/96th inch per unit) |
| LabelMaxWidth | The maximum width of the label in device-independent units (1/96th inch per unit) |
| LabelMinHeight | The minimum height of the label in device-independent units (1/96th inch per unit) |
| LabelMinWidth | The minimum width of the label in device-independent units (1/96th inch per unit) |
| LabelPresenterStyle | The style for the label |
| LabelPresenterStyleSelector | A callback used for supplying styles for labels |
| LabelTextAlignment | Determines how text is aligned within the LabelPresenter. |
| LabelTextTrimming | Determines how text is trimmed within the LabelPresenter if there isn't enough space to display it entirely. |
| LabelTextWrapping | Determines whether text is wrapped within the LabelPresenter if there isn't enough width to display it on a single line. |
| LabelWidth | The width of the label in device-independent units (1/96th inch per unit) |
| MergedCellEvaluationCriteria | Determines which cells can be merged based on either the cell's value or its display text. |
| MergedCellEvaluator | A custom evaluator to determine if cells for 2 adjacent records can be merged. |
| MergedCellMode | Specifies if and how cell merging is performed. Default is resolved to Never. |
| MergedCellPresenterStyle | The style for the MergedCellPresenter |
| MergedCellPresenterStyleSelector | A callback used for supplying styles for MergedCellPresenters |
| NonSpecificNotificationBehavior | Determines if values are refreshed when a notification is received that a change has occured for a DataRecord but the notification doesn't specify which field value has been changed. |
| SortComparer | Property used for specifying a custom comparer used to sort DataRecords. |
| SortComparisonType | Determines how DataRecords are sorted |
| SummaryDisplayArea | Specifies if and where summaries associated with this field are displayed. Default is resolved to TopLevelOnly and InGroupByRecords. |
| SummaryUIType | Specifies options for the summary selection user interface. |
| SupportDataErrorInfo | Specifies whether to display field error information provided by the IDataErrorInfo implementation of the underlying data items from the bound data source. Default value is resolved based on the FieldLayoutSettings' SupportDataErrorInfo property setting. |
| Width | Returns or sets a FieldLength instance that represents the default width of the field. |