Version

GetCellSettingsForSummaryRecord Method

Returns the format settings applied to Word Table Cells that represents a Infragistics.Windows.DataPresenter.SummaryRecord.
Syntax
'Declaration
 
Public Shared Function GetCellSettingsForSummaryRecord( _
   ByVal d As DependencyObject _
) As WordTableCellSettings
public static WordTableCellSettings GetCellSettingsForSummaryRecord( 
   DependencyObject d
)

Parameters

d
Remarks

All the word cells that are associated with a given SummaryRecord will use these settings. To affect all SummaryRecords through out the control you can set this property on the Infragistics.Windows.DataPresenter.FieldSettings. To affect all the SummaryRecords for a given Infragistics.Windows.DataPresenter.FieldLayout, you can set this property on the Infragistics.Windows.DataPresenter.FieldLayout.FieldSettings. To affect SummaryRecords positioned for a specific Infragistics.Windows.DataPresenter.SummaryDefinition.PositionFieldName, you can set this property on the Infragistics.Windows.DataPresenter.Field.Settings of that Field.

Note: This only affects the appearance of SummaryRecord objects and not the summaries that are displayed within a group by record even when the summaries are aligned to the cells.

Note: The settings for these properties will be merged together giving precedence to the Field's settings then the FieldLayout's FieldSettings and lastly by the DataPresenter's FieldSettings.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also