EnableCallBackMode Property (C1ToolTip)
In This Topic
Gets or sets a value that determines whether to enable callback to load tooltip's content on demand.
Syntax
'Declaration
Public Property EnableCallBackMode As System.Boolean
public System.bool EnableCallBackMode {get; set;}
See Also