The properties of the FieldFormatEventArgs class are listed below. For a complete list of FieldFormatEventArgs class members, see the FieldFormatEventArgs Members topic.
Col | The colum of the row to format |
Format | The .net format specified in the config file, e.g. {0:ddMMMyyyy} |
FormattedValue | Provide the formatted field value here, or leave at null to let the table editor format the field |
IsGridView | Indicates if the formatting should be done for the grid view or the edit view. This allows for example for formatting long text fields in abbreviated form in the grid, while still being able to edit the full text in edit mode. The client can perform custom HTML encoding of the FormattedValue (see HTMLEncodeWithLineBreaksAndHyperlinks) if the htmlEncoding attribute is set to false for this column in the XML Configuration file. |
Row | The row that the field is in |
FieldFormatEventArgs Class | DVXP.DXTableEditor Namespace