Version

FieldItem Class Members

The following tables list the members exposed by FieldItem.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AllowFixingPropertyIdentifies the AllowFixing dependency property  
Public Fieldstatic (Shared in Visual Basic)AllowHidingPropertyIdentifies the AllowHiding dependency property.  
Public Fieldstatic (Shared in Visual Basic)AllowResizePropertyIdentifies the AllowResize dependency property  
Public Fieldstatic (Shared in Visual Basic)ColumnPropertyIdentifies the Column dependency property  
Public Fieldstatic (Shared in Visual Basic)ColumnSpanPropertyIdentifies the ColumnSpan dependency property  
Public Fieldstatic (Shared in Visual Basic)FixedButtonVisibilityPropertyIdentifies the FixedButtonVisibility dependency property  
Public Fieldstatic (Shared in Visual Basic)FixedLocationPropertyIdentifies the 'FixedLocation' dependency property  
Public Fieldstatic (Shared in Visual Basic)HeightPropertyIdentifies the Height dependency property  
Public Fieldstatic (Shared in Visual Basic)IsFixedPropertyIdentifies the IsFixed dependency property  
Public Fieldstatic (Shared in Visual Basic)IsFixedStateChangingPropertyIdentifies the IsFixedStateChanging dependency property  
Public Fieldstatic (Shared in Visual Basic)IsVisibleWhenParentGroupIsCollapsedPropertyIdentifies the IsVisibleWhenParentGroupIsCollapsed dependency property  
Public Fieldstatic (Shared in Visual Basic)LabelPropertyIdentifies the Label dependency property  
Public Fieldstatic (Shared in Visual Basic)LabelTextAlignmentPropertyIdentifies the LabelTextAlignment dependency property  
Public Fieldstatic (Shared in Visual Basic)LabelTextTrimmingPropertyIdentifies the LabelTextTrimming dependency property  
Public Fieldstatic (Shared in Visual Basic)LabelTextWrappingPropertyIdentifies the LabelTextWrapping dependency property  
Public Fieldstatic (Shared in Visual Basic)NamePropertyIdentifies the Name dependency property  
Public Fieldstatic (Shared in Visual Basic)RowPropertyIdentifies the Row dependency property  
Public Fieldstatic (Shared in Visual Basic)RowSpanPropertyIdentifies the RowSpan dependency property  
Public Fieldstatic (Shared in Visual Basic)TagPropertyIdentifies the Tag dependency property  
Public Fieldstatic (Shared in Visual Basic)ToolTipPropertyIdentifies the ToolTip dependency property.  
Public Fieldstatic (Shared in Visual Basic)VisibilityPropertyIdentifies the 'Visibility' dependency property  
Public Fieldstatic (Shared in Visual Basic)WidthPropertyIdentifies the Width dependency property  
Public Properties
 NameDescription
Public PropertyActualPositionGets or sets the actual position of the field in the arrangement of fields in the field layout.  
Public PropertyAllowCellVirtualizationResolvedDetermines if the cell uielement creation will be deferred until the cell is brought into view (read-only).  
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.  
Public PropertyAllowFixingResolvedReturns the resolved value indicating whether a field's FixedLocation may be changed and to which edge the field may be fixed.  
Public PropertyAllowHidingSpecifies whether the user can show or hide a field. It also controls whether the field is displayed in the field chooser control.  
Public PropertyAllowHidingResolvedGets the resolved value of FieldSettings.AllowHiding property.  
Public PropertyAllowLabelVirtualizationResolvedDetermines if the LabelPresenter creation will be deferred until the label is brought into view (read-only).  
Public PropertyAllowResizeDetermines if the user can resize a cell or label in a FieldItem  
Public PropertyAllowResizeResolvedDetermines if the user can resize a cell or label in a FieldItem  
Public PropertyCellContentAlignmentResolvedGets the resolved relative position of the label to its field (read-only)  
Public PropertyColumnThe column in the grid in the Owner's generated template and optionally its FieldLayout.HeaderAreaTemplate where this Fields cells and labels should be placed.  
Public PropertyColumnSpanDetermines how many logical columns this Field's cells span in the layout  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFixedButtonVisibilityReturns a value indicating if the fixed button should be visibility for the field.  
Public PropertyFixedLocationIndicates whether the field should be fixed and if so to which edge.  
Public PropertyHasLabelReturns true if Label property is set to a value other than null or an empty string.  
Public PropertyHeightReturns or sets a FieldLength instance that represents the height of the field.  
Public PropertyIsFixedReturns a boolean indicating if the field is fixed based on the FixedLocation and whether the current view supports fixing fields.  
Public PropertyIsFixedStateChangingReturns a boolean indicating that the fixed state of the field will be changing.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsVisibleWhenParentGroupIsCollapsedDetermines if this FieldItem is visible when its ParentFieldGroup's IsCollapsed property is true.  
Public PropertyLabelThe label for the Field  
Public PropertyLabelHeightResolvedThe resolved height for this field's labels in device-independent units (1/96th inch per unit)  
Public PropertyLabelMaxHeightResolvedThe resolved maximum height for this field's labels in device-independent units (1/96th inch per unit)  
Public PropertyLabelMaxWidthResolvedThe resolved maximum width for this field's labels in device-independent units (1/96th inch per unit)  
Public PropertyLabelMinHeightResolvedThe resolved minimum height for this field's labels in device-independent units (1/96th inch per unit)  
Public PropertyLabelMinWidthResolvedThe resolved minimum width for this field's labels in device-independent units (1/96th inch per unit)  
Public PropertyLabelTextAlignmentDetermines how text is aligned within the LabelPresenter.  
Public PropertyLabelTextAlignmentResolvedGets the resolved text alignment setting of the label to this field (read-only)  
Public PropertyLabelTextTrimmingDetermines how text is trimmed within the LabelPresenter if there isn't enough space to display it entirely.  
Public PropertyLabelTextTrimmingResolvedGets the resolved text trimming setting of the label to this field (read-only)  
Public PropertyLabelTextWrappingDetermines whether text is wrapped within the LabelPresenter if there isn't enough width to display it on a single line.  
Public PropertyLabelTextWrappingResolvedGets the resolved wrapping setting of the label to its field (read-only)  
Public PropertyLabelWidthResolvedThe resolved width for this field's labels in device-independent units (1/96th inch per unit)  
Public PropertyNameThe name of the Field which is used as its key into the FieldCollection.  
Public PropertyOverallLabelPositionAfter a layout pass has completed this will return the resolved positon of the label for this item.  
Public PropertyOwnerReturns the FieldLayout that owns this field  
Public PropertyParentFieldGroupReturns the parent, i.e. owning group or null if this is a top level Field or FieldGroup  
Public PropertyRowThe row in the grid in the Owner's generated cell area template and optionally its FieldLayout.HeaderAreaTemplate where this Fields cells and labels should be placed.  
Public PropertyRowSpanDetermines how many logical rows this FieldItem's cells span in the layout  
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object.  
Public PropertyToolTipSpecifies the tooltip for the field. It's displayed when the user hovers the mouse over the field label.  
Public PropertyVisibilityGets/sets whether this field will be visible.  
Public PropertyVisibilityResolvedGets the resolved visibility for this field.  
Public PropertyWidthReturns or sets a FieldLength instance that represents the width of the field.  
Public Methods
 NameDescription
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 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 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)
Protected Methods
 NameDescription
Protected Internal MethodInitializeFromCalled after cloning a field when exporting or printing  
Protected MethodOnPropertyChangedOverloaded. Overridden. Called when a property has been changed  
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)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.DependencyObjectNotifier)
See Also