Version 24.2 (latest)

LabelExportingEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyCellSettingsReturns the resolved settings to be applied to the cell. (Inherited from Infragistics.Windows.DataPresenter.WordWriter.CellExportingEventArgsBase)
Public PropertyFieldReturns the Field associated with the value being exported or null if there is no field associated with the value. (Inherited from Infragistics.Windows.DataPresenter.WordWriter.CellExportingEventArgsBase)
Public PropertyFieldGroupReturns a reference to the FieldGroup associated with this event, or null if this event is not associated with any FieldGroup.  
Public PropertyRecordReturns the associated Record. (Inherited from Infragistics.Windows.DataPresenter.WordWriter.CellExportingEventArgsBase)
Public PropertyValueReturns or sets the value that should be written for the cell. (Inherited from Infragistics.Windows.DataPresenter.WordWriter.CellExportingEventArgsBase)
See Also