Version

FieldItem Class Properties

For a list of all members of this type, see FieldItem members.

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.  
See Also