Version 24.2 (latest)

RefUnAnchored Class Properties

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

Public Properties
 NameDescription
Public PropertyAbsoluteNameOverridden. The fully qualified unique name for the referenced element. Read Only.  
Public PropertyBaseParentOverridden. The RefBase Parent reference of this referenced element. Used to navigate the element hierarchy. If this referenced element is the root element, BaseParent returns null. Read Only.  
Public PropertyContextOverridden. Returns a context for the Reference.  
Public PropertyElementNameOverridden. The unqualified name of this referenced element. Used to construct the fully qualified name by the AbsoluteName method. Read Only.

RefUnAnchored forwards this to the base reference.

 
Public PropertyFormulaOverridden. The IUltraCalcFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned.

RefUnAnchored forwards this to the base reference.

 
Public PropertyHasAbsoluteIndexOverridden. True indicates that the reference was constructed with a absolute index. Read Only.

RefUnAnchored uses the relative rp.

 
Public PropertyHasRelativeIndexOverridden. True indicates that the reference was constructed with a relative index. Read Only.

RefUnAnchored uses the relative rp.

 
Public PropertyHasScopeAllOverridden. True indicates that the reference was constructed with a scope all index. Read Only.  
Public PropertyIsAnchoredOverridden. Returns true if this reference is anchored. An anchored reference is a direct reference to an element. An unanchored reference is an indirect reference. An indirect reference stores context dependent properties such as the relative name used to create the reference. Read Only.

RefUnAnchored always returns false.

 
Public PropertyIsDataReferenceOverridden. Returns true if this reference is a data reference. A data reference contains a value, such as a Grid Cell or a Grid SummaryValue. Many referenced elements, such as a Grid Column or a Grid Band, do not reference a value. Read Only.

RefUnAnchored forwards this to the base reference.

 
Public PropertyIsDisposedReferenceOverridden. True indicates that the reference was disposed. Read Only.  
Public PropertyIsEnumerableOverridden. Returns true if this reference is enumerable.

RefUnAnchored forwards this to the base reference.

 
Public PropertyIsRangeOverridden. Returns true if this reference is a Range Reference. Read Only.

RefUnAnchored forwards this to the base reference.

 
Public PropertyIsUnQualifiedReferenceReturns true if the relative reference is unqualified. Read Only.  
Public PropertyNormalizedAbsoluteNameReturns the normalized absolute name. Calculation engine makes use of normalized absolute names of references to compare two references and search for references. This property should return the absolute name with case insensitive parts of the absolute names converted to lower case. (Inherited from Infragistics.Win.CalcEngine.RefBase)
Public PropertyParentThe RefBase Parent reference of this referenced element. Used to navigate the element hierarchy. If this referenced element is the root element, BaseParent returns null. Read Only. (Inherited from Infragistics.Win.CalcEngine.RefBase)
Public PropertyParsedReferenceOverridden. Gets or Sets the parsed representation of this reference. This returns the absolute reference name. Use RelativeReference to get the parsed representation of the string used to create this reference if this reference is UnAnchored.

RefUnAnchored returns a reference constructed from merging the relative reference into the base reference.

 
Public PropertyRecalcDeferredOverridden. True indicates that recalculating reference's formula can deferred until it become visible.  
Public PropertyRecalcVisibleOverridden. Flag used by the calculation engine to manage the recalculation network. Denotes the reference is visible.

RefUnAnchored forwards this to the base reference.

 
Public PropertyReferencesOverridden. Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable.

RefUnAnchored returns the baseRef enumeration scoped to the merged reference.

 
Public PropertyRelativeReferenceOverridden. Gets or Sets the parsed representation of the string used to create this reference if this reference is UnAnchored. Use AbsoluteReference to get the parsed representation of the anchored reference.

RefUnAnchored returns the relative reference. When setting the relative reference, the merge reference is constructed by merging the relative reference into the base reference.

 
Public PropertyValueOverridden. The UltraCalcValue, if any, associated with this Reference. If this reference does not contain a Value then a UltraCalcErrorValue is returned.

RefUnAnchored forwards this to the base reference.

 
Public PropertyWrappedReferenceOverridden. Returns the indirect reference of an UnAnchored reference. Read only.

RefUnAnchored forwards this to the base reference.

 
See Also