Version

SetCellSettingsForExpandableFieldRecord Method

Sets the format settings applied to a Infragistics.Windows.DataPresenter.ExpandableFieldRecord when exported to word.
Syntax
'Declaration
 
Public Shared Sub SetCellSettingsForExpandableFieldRecord( _
   ByVal d As DependencyObject, _
   ByVal value As WordTableCellSettings _
) 
public static void SetCellSettingsForExpandableFieldRecord( 
   DependencyObject d,
   WordTableCellSettings value
)

Parameters

d
value
Remarks

All the word cells that are associated with a given Infragistics.Windows.DataPresenter.ExpandableFieldRecord will use these settings. To affect all ExpandableFieldRecords through out the control you can set this property on the Infragistics.Windows.DataPresenter.FieldSettings. To affect all the ExpandableFieldRecords for a given parent Infragistics.Windows.DataPresenter.FieldLayout (i.e. for all expandable field record headers that are children of a given field layout), you can set this property on the Infragistics.Windows.DataPresenter.FieldLayout.FieldSettings. To affect cells for a specific Infragistics.Windows.DataPresenter.ExpandableFieldRecord.Field, you can set this property on the Infragistics.Windows.DataPresenter.Field.Settings of that Field.

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