Version

NumericField Class Members

The following tables list the members exposed by NumericField.

Public Constructors
 NameDescription
Public ConstructorNumericField Constructor  
Public Properties
 NameDescription
Public PropertyAcceptsArrowKeysInEditModeReturns or sets whether the editor uses arrows keys while in edit mode. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyActualPositionGets or sets the actual position of the field in the arrangement of fields in the field layout. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyAllowCellVirtualizationResolvedDetermines if the cell uielement creation will be deferred until the cell is brought into view (read-only). (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyAllowCrossFieldRecordFilteringDetermines 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)
Public PropertyAllowCrossFieldRecordFilteringResolvedGets the resolved value of FieldSettings.AllowCrossFieldRecordFiltering property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowEditDetermines if the user can edit a cell. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowEditResolvedDetermines if the user can edit a cell (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowFixingDetermines 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)
Public PropertyAllowFixingResolvedReturns 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)
Public PropertyAllowGroupByDetermines if the user can initiate a group by operation thru the UI for this Field (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowGroupByResolvedDetermines if the user can initiate a group by operation thru the UI for this Field (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowHidingSpecifies 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)
Public PropertyAllowHidingResolvedGets the resolved value of FieldSettings.AllowHiding property. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyAllowLabelVirtualizationResolvedDetermines if the LabelPresenter creation will be deferred until the label is brought into view (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowRecordFilteringEnables the record filtering user interface. Default is null which resolves to False. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowRecordFilteringResolvedGets the resolved value of FieldSettings.AllowRecordFiltering property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowResizeDetermines if the user can resize a cell or label in a FieldItem (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyAllowResizeResolvedDetermines if the user can resize a cell or label in a FieldItem (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyAllowShiftingAcrossSectionsSpecifies whether to shift characters across section boundaries when deleting characters. Default value is True. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyAllowSortingDetermines if the user can sort this field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowSortingResolvedDetermines if the field is sortable (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAllowSummariesResolvedDetermines 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)
Public PropertyAlternateBindingGets/sets a binding that will be used to bind each Cell's Value property (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAlternateBindingRetentionModeSpecifies whether the field should auto-release binding objects or retain them after they are created. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyAlwaysValidateSpecifies 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)
Public PropertyAutoFillDateSpecifies whether to auto-fill empty date components when the user attempts to leave the editor. The default is None. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyAutoGeneratedReturns true if this Field was automatically generated (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyBindingTypeDetermines how cell values are obtained. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCalculationSettingsGet/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)
Public PropertyCellBindingsReturns a collection of CellBinding objects (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellClickActionResolvedGets the resolved relative clickAction of the cell to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellContentAlignmentResolvedGets the resolved relative position of the label to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellHeightResolvedThe resolved height for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellMaxHeightResolvedThe resolved maximum height for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellMaxWidthResolvedThe resolved maximum width for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellMinHeightResolvedThe resolved minimum height for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellMinWidthResolvedThe resolved minimum width for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellRecyclingIdA string used to identify the Fields with which the cells of this field may be recycled amongst. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellValuePresenterStyleThe style for the CellValuePresenter (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellVisibilityWhenGroupedResolvedGets the resolved CellVisibilityWhenGrouped property value. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyCellWidthResolvedThe resolved width for this field's cells in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyClipModeReturns or sets a value that determines how the control's contents will be copied to the clipboard when data masking is in enabled. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyCollapseWhenEmptyResolvedReturns/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)
Public PropertyColumnThe 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)
Public PropertyColumnSpanDetermines how many logical columns this Field's cells span in the layout (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyConverterGets/sets a converter to use to convert the value of each cell represented by this Field (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyConverterCultureGets/sets the culture to use with the Converter (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyConverterCultureResolvedReturns the resolved culture to use with the Converter (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyConverterParameterGets/sets a parameter to pass into the Converter's convert methods. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyDataContextGets or sets the data context for a field that wants to participate in data binding. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyDataItemUpdateTriggerResolvedGets the resolved value of FieldSettings.DataItemUpdateTrigger property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyDataModeReturns or sets a value that determines how the control's contents will be stored by the data source when data masking is enabled. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyDataTypeThe data type of the field (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyDataValueChangedHistoryLimitResolvedGets the resolved value of the FieldSettings.DataValueChangedHistoryLimit property for this Field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyDataValueChangedNotificationsActiveResolvedGets the resolved value of the FieldSettings.DataValueChangedNotificationsActive property for this Field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyDataValueChangedScopeResolvedGets the resolved value of the FieldSettings.DataValueChangedScope property for this Field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDisallowModificationViaClipboardReturns 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)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDisplayModeReturns or sets a value that determines how the control's contents will be displayed when the control is not in edit mode and data masking is enabled. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyEditAsTypeGets/sets the type of editor to use for cell values. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyEditAsTypeResolvedGets 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)
Public PropertyEditModeBehaviorOnDataUpdateResolvedReturns the resolved value of FieldSettings.EditModeBehaviorOnDataUpdate property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyEditorStyleGets/sets the style for editor in each cell. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyEditorTypeGets/sets the type of editor to use for cell values. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyEditorTypeResolvedGets the resolved editor type for this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyExcelStyleFilterSearchOperatorResolvedGets the resolved value of FieldSettings.ExcelStyleFilterSearchOperator property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyExpandableFieldRecordExpansionModeResolvedGets the resolved mode for how an ExpandableFieldRecordPresenter will be expanded (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyExpandableFieldRecordHeaderDisplayModeResolvedGets the resolved mode for how an ExpandableFieldRecordPresenter will display a header (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyExpandGroupByRecordsByDefaultDetermines whether GroupBy records for this Field are initially expanded. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterCellEditorStyleResolvedGets the resolved editor style for a filter cell for this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterCellValuePresenterStyleResolvedGets the resolved style for a FilterCellValuePresenter for this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterClearButtonVisibilityResolvedGets the resolved value of FieldSettings.FilterClearButtonVisibility property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterComparerResolvedProperty used for specifying a custom comparer used to compare values as part of the filtering logic. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterConditionOptimizationThresholdResolvedGets the resolved value of FieldSettings.FilterConditionOptimizationThreshold property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterEvaluationTriggerResolvedGets the resolved value of FieldSettings.FilterEvaluationTrigger property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterEvaluatorResolvedReturns the resolved filter evaluator. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterOperandUITypeResolvedGets the resolved value of FieldSettings.FilterOperandUIType property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterOperatorDefaultValueResolvedGets the resolved value of FieldSettings.FilterOperatorDefaultValue property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterOperatorDropDownItemsResolvedGets the resolved value of FieldSettings.FilterOperatorDropDownItems property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterOperatorVisibilityResolvedGets the resolved value indicating whether filter operator is visible in the filter cell associated with this field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFilterStringComparisonTypeResolvedGets the resolved value of FieldSettings.FilterStringComparisonType property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFixedButtonVisibilityReturns a value indicating if the fixed button should be visibility for the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyFixedLocationIndicates whether the field should be fixed and if so to which edge. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyFormatSpecifies format used for converting between value and text. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyFormatProviderSpecifies format provider used for converting between value and text. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyGroupByComparerResolvedGets the resolved comparer to sort groups for this field, may return null. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyGroupByEvaluatorResolvedGets the resolved evaluator to group records by this field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyGroupByModeDetermines how DataRecords are grouped (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyGroupByModeResolvedGets the resolved mode for how DataRecords are grouped. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyGroupByRecordPresenterStyleResolvedGets the resolved GroupByRecordPresenter style for the records that are generated when grouping by this field. (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyHasLabelReturns true if FieldItem.Label property is set to a value other than null or an empty string. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyHasSettingsReturns true if a settings object has been allocated (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyHeightReturns or sets a FieldLength instance that represents the height of the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyHorizontalContentAlignmentSpecifies how the content within a cell will be aligned horizontally. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIndexThe zero-based index of the field in its FieldCollection (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyInvalidValueBehaviorSpecifies what action to take when the user attempts to leave the editor with an invalid value. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyInvalidValueBehaviorResolvedGets the resolved value of the FieldSettings.InvalidValueBehavior property. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsEnabledDetermines if cells of this field are enabled. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsEnabledInAddRecordDetermines if cells of this field are enabled when in an add record. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsExpandableDetermines if this Field's cells can be expanded. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsExpandableResolvedDetermines if this Field can be expanded (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsFixedReturns 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)
Public PropertyIsFixedStateChangingReturns a boolean indicating that the fixed state of the field will be changing. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyIsGroupByReturns true if this is a groupby field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsPlaceholderForTreeViewReturns whether this field is a placeholder for tree view (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsPrimaryGets/sets whether this is the Primary Field (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsReadOnlySpecifies whether the user is allowed to modify the value in the editor. Default value is null. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsScrollTipFieldGets/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)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsSelectedGets/sets whether the Field is selected. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsTabStopDetermines if cells of this field can be entered via the keyboard. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsTabStopInAddRecordDetermines if cells of this field can be entered via the keyboard when in an add record. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsTreeFieldReturns whether this field will use TreeCellValuePresenter's to display expansion indicators and indent child records (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyIsVisibleWhenParentGroupIsCollapsedDetermines if this FieldItem is visible when its FieldItem.ParentFieldGroup's FieldGroup.IsCollapsed property is true. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelThe label for the Field (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelClickActionResolvedGets the resolved relative clickAction of the label to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyLabelHeightResolvedThe resolved height for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelMaxHeightResolvedThe resolved maximum height for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelMaxWidthResolvedThe resolved maximum width for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelMinHeightResolvedThe resolved minimum height for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelMinWidthResolvedThe resolved minimum width for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelTextAlignmentDetermines how text is aligned within the LabelPresenter. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelTextAlignmentResolvedGets the resolved text alignment setting of the label to this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyLabelTextTrimmingDetermines how text is trimmed within the LabelPresenter if there isn't enough space to display it entirely. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyLabelTextTrimmingResolvedGets the resolved text trimming setting of the label to this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyLabelTextWrappingDetermines 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)
Public PropertyLabelTextWrappingResolvedGets the resolved wrapping setting of the label to its field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyLabelWidthResolvedThe resolved width for this field's labels in device-independent units (1/96th inch per unit) (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyMaskReturns or sets the mask associated with the masked edit control. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyMergedCellEvaluationCriteriaDetermines which cells can be merged based on either the cell's value or its display text. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyMergedCellEvaluatorA custom evaluator to determine if cells for 2 adjacent records can be merged. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyMergedCellModeSpecifies if and how cell merging is performed. Default is resolved to Never. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyMergedCellPresenterStyleThe style for the MergedCellPresenter (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyNameThe name of the Field which is used as its key into the FieldCollection. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyNonSpecificNotificationBehaviorResolvedDetermines 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)
Public PropertyNullTextThe 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)
Public PropertyOverallCellPositionAfter a layout pass has completed this will return the resolved positon of the cell for this item. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyOverallLabelPositionAfter a layout pass has completed this will return the resolved positon of the label for this item. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyOwnerReturns the FieldLayout that owns this field (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyPadCharReturns or sets the character that will be used as the pad character. Default is space character (' '). (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyParentFieldGroupReturns the parent, i.e. owning group or null if this is a top level Field or FieldGroup (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyPromptCharReturns or sets the prompt character. The default prompt character is the underscore (_). (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyRowThe 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)
Public PropertyRowSpanDetermines how many logical rows this FieldItem's cells span in the layout (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertySelectAllBehaviorSpecifies whether to select only the entered characters or all the characters (including prompt characters) when the editor performs the operation of select all text. The default value of the property is SelectAllCharacters. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertySettingsGets/sets an object that holds specific settings for this field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertySortComparerResolvedGets the resolved comparer to sort DataRecords by this Field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertySortComparisonTypeResolvedGets the resolved comparison type for sorting DataRecords by this field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertySortStatusReturns the current sort status of this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertySortStatusGroupByReturns the current groupby sort status of this field (read-only) (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertySpinButtonDisplayModeSpecifies if and when to display spin buttons which are used to increment or decrement the editor value. Default value is Never. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertySpinButtonStyleUsed for setting the Style of the spin buttons which are instances of RepeatButton class. Default value is null. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertySpinIncrementSpecifies the amount by which to increase or decrease the value of the editor when up or down spin button is clicked. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertySpinWrapReturns or sets a value indicating whether the control's spin buttons should wrap its value. Default value is False. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertySummaryStringFormatsSpecifies string formats to use to format summary results for one or more calculator types. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertySummaryUITypeResolvedDetermines various options for the summary calculation selection UI (read-only). (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyTabNavigationSpecifies whether to tab between sections when Tab and Shift+Tab keys are pressed. The default value is NextControl. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyToolTipSpecifies the tooltip for the field. It's displayed when the user hovers the mouse over the field label. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyTrimFractionalZerosSpecifies whether to trim insignificant zero's in fraction part of numeric masks. Default value is False. (Inherited from Infragistics.Windows.DataPresenter.MaskedTextField)
Public PropertyValueConstraintGets or sets the constraints for editor input. Default value is null. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyValueToDisplayTextConverterSpecifies the converter used for converting between display text and value. (Inherited from Infragistics.Windows.DataPresenter.TextFieldBase)
Public PropertyValueToTextConverterSpecifies the converter used for converting between text and value. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyVerticalContentAlignmentSpecifies how the content within a cell will be aligned vertically. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyVisibilityGets/sets whether this field will be visible. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Public PropertyVisibilityResolvedGets the resolved visibility for this field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public PropertyWidthReturns or sets a FieldLength instance that represents the width of the field. (Inherited from Infragistics.Windows.DataPresenter.FieldItem)
Protected Properties
 NameDescription
Protected PropertyDefaultEditAsTypeOverridden. Gets the default 'edit as' type for this field (read-only)  
Protected PropertyDefaultEditorTypeOverridden. Gets the default editor type for this field (read-only)  
Protected PropertyExpandEnumerablesByDefaultOverridden. This property determines whether types that implement IEnumerable are expandable by default  
Public Methods
 NameDescription
Public MethodCalculateAutoSizeExtentOverloaded. Returns the preferred size for the field based on the current resolved FieldSettings.AutoSizeOptions (Inherited from Infragistics.Windows.DataPresenter.Field)
Public MethodClearValueOverloaded. 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)
Public MethodCoerceValueCoerces 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)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetMappedFieldInTreeGets the field that maps to this field in the specfied FieldLayout in TreeView (Inherited from Infragistics.Windows.DataPresenter.Field)
Public MethodGetPropertyDescriptorReturns the property descriptor used by this field when retrieving cell data for the specified data record. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodPerformAutoSizeOverloaded. Updates the customized preferred size for the field based on the current FieldSettings.AutoSizeOptions (Inherited from Infragistics.Windows.DataPresenter.Field)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodShouldSerializeSettingsChecks if the Field.Settings object should be serialized (Inherited from Infragistics.Windows.DataPresenter.Field)
Public MethodToStringReturns a string representation of the object (Inherited from Infragistics.Windows.DataPresenter.Field)
Protected Methods
 NameDescription
Protected Internal MethodClearEditorPropertiesCalled when a CellValuePresenter that has an editor is no longer associated with this Field (Inherited from Infragistics.Windows.DataPresenter.Field)
Protected Internal MethodInitializeEditorPropertiesCalled after an editor has been sited within a CellValuePresenter associated with this Field (Inherited from Infragistics.Windows.DataPresenter.Field)
Protected Internal MethodInitializeFromCalled after cloning a field when exporting or printing (Inherited from Infragistics.Windows.DataPresenter.Field)
Protected Internal MethodIsFieldEquatableReturns true if the specified field is equatable with this field. (Inherited from Infragistics.Windows.DataPresenter.Field)
Protected MethodOnPropertyChangedOverloaded. Called when a DP or CLR property has been changed (Inherited from Infragistics.Windows.DataPresenter.Field)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected Internal MethodSynchronizeEditorPropertyCalled when a field property changes so that an associated editor's property can be synchronized if necessary. (Inherited from Infragistics.Windows.DataPresenter.Field)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.DependencyObjectNotifier)
See Also