The following tables list the members exposed by ComboBoxField.
Name | Description | |
---|---|---|
ComboBoxField Constructor |
Name | Description | |
---|---|---|
AcceptsArrowKeysInEditMode | Returns or sets whether the editor uses arrows keys while in edit mode. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
AllowCrossFieldRecordFiltering | Determines if this field will be included in the fields combobox inside the CustomFilterSelectionControl. Default is resolved to the Field.AllowRecordFiltering setting. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowCrossFieldRecordFilteringResolved | Gets the resolved value of FieldSettings.AllowCrossFieldRecordFiltering property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowEdit | Determines if the user can edit a cell. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowEditResolved | Determines if the user can edit a cell (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
AllowGroupBy | Determines if the user can initiate a group by operation thru the UI for this Field (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowGroupByResolved | Determines if the user can initiate a group by operation thru the UI for this Field (read-only). (Inherited from Infragistics.Windows.DataPresenter.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. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) | |
AllowHidingResolved | Gets the resolved value of FieldSettings.AllowHiding property. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) | |
AllowLabelVirtualizationResolved | Determines if the LabelPresenter creation will be deferred until the label is brought into view (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowRecordFiltering | Enables the record filtering user interface. Default is null which resolves to False. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowRecordFilteringResolved | Gets the resolved value of FieldSettings.AllowRecordFiltering property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
AllowSorting | Determines if the user can sort this field. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowSortingResolved | Determines if the field is sortable (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AllowSummariesResolved | Determines if the summary calculation selection UI is enabled for the user to select one or more summary calculations to perform on field values (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AlternateBinding | Gets/sets a binding that will be used to bind each Cell's Value property (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AlternateBindingRetentionMode | Specifies whether the field should auto-release binding objects or retain them after they are created. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AlwaysValidate | Specifies whether to validate the editor's value even if the user doesn't modify the value. Default value is null which will resolve to False where the editor only validates the value if the user modifies it. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
AutoGenerated | Returns true if this Field was automatically generated (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
BindingType | Determines how cell values are obtained. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CalculationSettings | Get/sets the calculation settings related to this field. This information is used for exposing cell data to a XamCalculationManager's network. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellBindings | Returns a collection of CellBinding objects (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellClickActionResolved | Gets the resolved relative clickAction of the cell to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellContentAlignmentResolved | Gets the resolved relative position of the label to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellHeightResolved | The resolved height for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellMaxHeightResolved | The resolved maximum height for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellMaxWidthResolved | The resolved maximum width for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellMinHeightResolved | The resolved minimum height for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellMinWidthResolved | The resolved minimum width for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellRecyclingId | A string used to identify the Fields with which the cells of this field may be recycled amongst. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellValuePresenterStyle | The style for the CellValuePresenter (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellVisibilityWhenGroupedResolved | Gets the resolved CellVisibilityWhenGrouped property value. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CellWidthResolved | The resolved width for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
CollapseWhenEmptyResolved | Returns/sets whether Views that support the collapsing of cells should collapse cells associated with this Field when the cells contain empty values (e.g. empty string/null for string, null for nullable types, and 0 for numeric types). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
ComboBoxStyle | Used for setting the Style of the underlying ComboBox used for editing. Default value is null. | |
Converter | Gets/sets a converter to use to convert the value of each cell represented by this Field (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ConverterCulture | Gets/sets the culture to use with the Converter (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ConverterCultureResolved | Returns the resolved culture to use with the Converter (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ConverterParameter | Gets/sets a parameter to pass into the Converter's convert methods. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DataContext | Gets or sets the data context for a field that wants to participate in data binding. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DataItemUpdateTriggerResolved | Gets the resolved value of FieldSettings.DataItemUpdateTrigger property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DataType | The data type of the field (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DataValueChangedHistoryLimitResolved | Gets the resolved value of the FieldSettings.DataValueChangedHistoryLimit property for this Field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DataValueChangedNotificationsActiveResolved | Gets the resolved value of the FieldSettings.DataValueChangedNotificationsActive property for this Field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DataValueChangedScopeResolved | Gets the resolved value of the FieldSettings.DataValueChangedScope property for this Field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
DisallowModificationViaClipboard | Returns or sets a value indicating whether clipboard operations that would attempt to modify the value of the cell should be skipped. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DisplayMemberPath | Specifies the path into the selected item from which to get the text. The Text and DisplayText properties will return values from this path. | |
DisplayValueSource | Specifies whether the editor's Infragistics.Windows.Editors.TextEditorBase.DisplayText or Infragistics.Windows.Editors.ValueEditor.Value is displayed in the edit portion. Default is DisplayText. | |
DropDownButtonDisplayMode | Specifies when to display the drop down button. Default is MouseOver. | |
DropDownButtonStyle | Used for setting the Style of the drop-down button. Default value is null. | |
DropDownResizeMode | Specifies whether to allow the user to resize the drop down and if so how. Default value of this property is Both which will allow the user to resize the drop-down list in both directions - horizontally as well vertically. | |
EditAsType | Gets/sets the type of editor to use for cell values. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
EditAsTypeResolved | Gets the resolved edit-as-type for this field (read-only). This is the type that will be edited by the cell. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
EditModeBehaviorOnDataUpdateResolved | Returns the resolved value of FieldSettings.EditModeBehaviorOnDataUpdate property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
EditorStyle | Gets/sets the style for editor in each cell. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
EditorType | Gets/sets the type of editor to use for cell values. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
EditorTypeResolved | Gets the resolved editor type for this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ExcelStyleFilterSearchOperatorResolved | Gets the resolved value of FieldSettings.ExcelStyleFilterSearchOperator property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ExpandableFieldRecordExpansionModeResolved | Gets the resolved mode for how an ExpandableFieldRecordPresenter will be expanded (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ExpandableFieldRecordHeaderDisplayModeResolved | Gets the resolved mode for how an ExpandableFieldRecordPresenter will display a header (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ExpandGroupByRecordsByDefault | Determines whether GroupBy records for this Field are initially expanded. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterCellEditorStyleResolved | Gets the resolved editor style for a filter cell for this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterCellValuePresenterStyleResolved | Gets the resolved style for a FilterCellValuePresenter for this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterClearButtonVisibilityResolved | Gets the resolved value of FieldSettings.FilterClearButtonVisibility property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterComparerResolved | Property used for specifying a custom comparer used to compare values as part of the filtering logic. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterConditionOptimizationThresholdResolved | Gets the resolved value of FieldSettings.FilterConditionOptimizationThreshold property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterEvaluationTriggerResolved | Gets the resolved value of FieldSettings.FilterEvaluationTrigger property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterEvaluatorResolved | Returns the resolved filter evaluator. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterOperandUITypeResolved | Gets the resolved value of FieldSettings.FilterOperandUIType property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterOperatorDefaultValueResolved | Gets the resolved value of FieldSettings.FilterOperatorDefaultValue property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterOperatorDropDownItemsResolved | Gets the resolved value of FieldSettings.FilterOperatorDropDownItems property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterOperatorVisibilityResolved | Gets the resolved value indicating whether filter operator is visible in the filter cell associated with this field. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FilterStringComparisonTypeResolved | Gets the resolved value of FieldSettings.FilterStringComparisonType property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
Format | Specifies format used for converting between value and text. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
FormatProvider | Specifies format provider used for converting between value and text. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
GroupByComparerResolved | Gets the resolved comparer to sort groups for this field, may return null. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
GroupByEvaluatorResolved | Gets the resolved evaluator to group records by this field. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
GroupByMode | Determines how DataRecords are grouped (Inherited from Infragistics.Windows.DataPresenter.Field) | |
GroupByModeResolved | Gets the resolved mode for how DataRecords are grouped. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
GroupByRecordPresenterStyleResolved | Gets the resolved GroupByRecordPresenter style for the records that are generated when grouping by this field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
HasSettings | Returns true if a settings object has been allocated (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
Height | Returns or sets a FieldLength instance that represents the height of the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) | |
HorizontalContentAlignment | Specifies how the content within a cell will be aligned horizontally. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
Index | The zero-based index of the field in its FieldCollection (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
InvalidValueBehavior | Specifies what action to take when the user attempts to leave the editor with an invalid value. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
InvalidValueBehaviorResolved | Gets the resolved value of the FieldSettings.InvalidValueBehavior property. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsEditable | Gets or sets a value that enables or disables editing of text in the text box portion of the editor. | |
IsEnabled | Determines if cells of this field are enabled. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsEnabledInAddRecord | Determines if cells of this field are enabled when in an add record. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsExpandable | Determines if this Field's cells can be expanded. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsExpandableResolved | Determines if this Field can be expanded (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
IsGroupBy | Returns true if this is a groupby field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsPlaceholderForTreeView | Returns whether this field is a placeholder for tree view (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsPrimary | Gets/sets whether this is the Primary Field (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsReadOnly | Specifies whether the user is allowed to modify the value in the editor. Default value is null. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsScrollTipField | Gets/sets whether this is the Field in the owning field layout that is used to provide the value for the scroll tip when the GridViewSettings.ScrollingMode is set to DeferredWithScrollTips. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
IsSelected | Gets/sets whether the Field is selected. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsTabStop | Determines if cells of this field can be entered via the keyboard. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsTabStopInAddRecord | Determines if cells of this field can be entered via the keyboard when in an add record. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsTreeField | Returns whether this field will use TreeCellValuePresenter's to display expansion indicators and indent child records (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsVisibleWhenParentGroupIsCollapsed | Determines if this FieldItem is visible when its FieldItem.ParentFieldGroup's FieldGroup.IsCollapsed property is true. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) | |
ItemsSource | Specifies the collection from which to populate the drop-down of XamComboEditors associated with this field. | |
Label | The label for the Field (Inherited from Infragistics.Windows.DataPresenter.FieldItem) | |
LabelClickActionResolved | Gets the resolved relative clickAction of the label to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
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.Field) | |
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.Field) | |
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.Field) | |
LabelWidthResolved | The resolved width for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem) | |
LimitToList | Specifies whether to restrict the input to items in the items source. Default value is False. | |
MaxDropDownHeight | Specifies the maximum drop-down height. | |
MaxDropDownWidth | Specifies the maximum drop-down width. | |
MergedCellEvaluationCriteria | Determines which cells can be merged based on either the cell's value or its display text. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
MergedCellEvaluator | A custom evaluator to determine if cells for 2 adjacent records can be merged. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
MergedCellMode | Specifies if and how cell merging is performed. Default is resolved to Never. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
MergedCellPresenterStyle | The style for the MergedCellPresenter (Inherited from Infragistics.Windows.DataPresenter.Field) | |
MinDropDownWidth | Specifies the minimum drop-down width. | |
Name | The name of the Field which is used as its key into the FieldCollection. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) | |
NonSpecificNotificationBehaviorResolved | 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. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
NullText | The text to display when the value of the editor is null and the editor is not in edit mode. The default value is empty string. (Inherited from Infragistics.Windows.DataPresenter.TextFieldBase) | |
OverallCellPosition | After a layout pass has completed this will return the resolved positon of the cell for this item. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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 | Returns the FieldLayout that owns this field (Inherited from Infragistics.Windows.DataPresenter.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) | |
PostDropDownAreaTemplate | Determines what, if anything, will be displayed below the drop down items when the drop down is open. | |
PreDropDownAreaTemplate | Determines what, if anything, will be displayed on top of the drop down items when the drop down is open. | |
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) | |
Settings | Gets/sets an object that holds specific settings for this field. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
SortComparerResolved | Gets the resolved comparer to sort DataRecords by this Field. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
SortComparisonTypeResolved | Gets the resolved comparison type for sorting DataRecords by this field. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
SortStatus | Returns the current sort status of this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
SortStatusGroupBy | Returns the current groupby sort status of this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
SummaryStringFormats | Specifies string formats to use to format summary results for one or more calculator types. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
SummaryUITypeResolved | Determines various options for the summary calculation selection UI (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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) | |
ValueConstraint | Gets or sets the constraints for editor input. Default value is null. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ValuePath | Specifies the path into the selected item from which to get the data value. The Value property will return values from this path. | |
ValueToDisplayTextConverter | Specifies the converter used for converting between display text and value. (Inherited from Infragistics.Windows.DataPresenter.TextFieldBase) | |
ValueToTextConverter | Specifies the converter used for converting between text and value. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
VerticalContentAlignment | Specifies how the content within a cell will be aligned vertically. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
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.Field) | |
Width | Returns or sets a FieldLength instance that represents the width of the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem) |
Name | Description | |
---|---|---|
DefaultEditAsType | Gets the default 'edit as' type for this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field) | |
DefaultEditorType | Overridden. Gets the default editor type for this field (read-only) | |
ExpandEnumerablesByDefault | Overridden. This property determines whether types that implement IEnumerable are expandable by default |
Name | Description | |
---|---|---|
CalculateAutoSizeExtent | Overloaded. Returns the preferred size for the field based on the current resolved FieldSettings.AutoSizeOptions (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetMappedFieldInTree | Gets the field that maps to this field in the specfied FieldLayout in TreeView (Inherited from Infragistics.Windows.DataPresenter.Field) | |
GetPropertyDescriptor | Returns the property descriptor used by this field when retrieving cell data for the specified data record. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
PerformAutoSize | Overloaded. Updates the customized preferred size for the field based on the current FieldSettings.AutoSizeOptions (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
ShouldSerializeSettings | Checks if the Field.Settings object should be serialized (Inherited from Infragistics.Windows.DataPresenter.Field) | |
ToString | Returns a string representation of the object (Inherited from Infragistics.Windows.DataPresenter.Field) |
Name | Description | |
---|---|---|
ClearEditorProperties | Called when a CellValuePresenter that has an editor is no longer associated with this Field (Inherited from Infragistics.Windows.DataPresenter.Field) | |
InitializeEditorProperties | Called after an editor has been sited within a CellValuePresenter associated with this Field (Inherited from Infragistics.Windows.DataPresenter.Field) | |
InitializeFrom | Called after cloning a field when exporting or printing (Inherited from Infragistics.Windows.DataPresenter.Field) | |
IsFieldEquatable | Returns true if the specified field is equatable with this field. (Inherited from Infragistics.Windows.DataPresenter.Field) | |
OnPropertyChanged | Overloaded. Called when a DP or CLR property has been changed (Inherited from Infragistics.Windows.DataPresenter.Field) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) | |
SynchronizeEditorProperty | Called when a field property changes so that an associated editor's property can be synchronized if necessary. (Inherited from Infragistics.Windows.DataPresenter.Field) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |