Export empty value as '(null)' text.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool EmptyValueAsText { get; set; }
Visual Basic
Public Property EmptyValueAsText As Boolean
	Get
	Set
JScript
function get EmptyValueAsText () : boolean
function set EmptyValueAsText (value : boolean)

See Also