Version

MergedColumnInfo Class Members

The following tables list the members exposed by MergedColumnInfo.

Public Constructors
 NameDescription
Public ConstructorMergedColumnInfo Constructor  
Public Properties
 NameDescription
Public PropertyChildrenGets the collection of child rows that belong to this grouping, who all share the same value for the field as the Key  
Public PropertyDataTypeGets the Type of the underling data row.  
Public PropertyKeyGets the unique key that this particualr field grouping represents.  
Public PropertyMergingObjectThe object used to create this merging.  
Public PropertyParentMergedColumnInfoThe MergedColumnInfo who this grouping falls under, null if its the root.  
Public PropertySummariesGets a list of the summaries that should be applied to Children.  
Public PropertySummaryResultCollectionWhen this collection is acccessed it will lazily perform the summaries for this particular MergedColumnInfo based on the children.  
Public PropertyTypedInfoGets/Sets the TypedInfo for the object.  
See Also