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 |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
FieldFormatEventArgs Class | DVXP.DXTableEditor Namespace