DVXP TEdit.NET 3.0

FieldFormatEventArgs.IsGridView Property

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.

[Visual Basic]
Public ReadOnly Property IsGridView As Boolean
[C#]
public bool IsGridView {get;}

See Also

FieldFormatEventArgs Class | DVXP.DXTableEditor Namespace