Gets or sets the name of the DBF field (or column in joined table) to get the tooltip data from.

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public Property FieldName As String
	Get
	Set
C#
public string FieldName { get; set; }
Visual C++
public:
property String^ FieldName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_fieldName();
function set_fieldName(value);

See Also