Determines whether or not to include the error information for this dynamic in tooltips.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public BooleanOption ShowErrorInformationInToolTip { get; set; }
Visual Basic
Public Property ShowErrorInformationInToolTip As BooleanOption
	Get
	Set
JScript
function get ShowErrorInformationInToolTip () : BooleanOption
function set ShowErrorInformationInToolTip (value : BooleanOption)

See Also