ESRI.ArcGIS.ADF.Web
DisplayInTableOfContents Property
See Also 
ESRI.ArcGIS.ADF.Web Namespace > DisplaySettings Class : DisplayInTableOfContents Property




Whether to show the data source in the table of contents for the map.

Syntax

Visual Basic (Declaration) 
Public Property DisplayInTableOfContents As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DisplaySettings
Dim value As Boolean
 
instance.DisplayInTableOfContents = value
 
value = instance.DisplayInTableOfContents
C# 
public bool DisplayInTableOfContents {get; set;}

Remarks

If a table of contents control ( Toc) is buddied to a Map control, the data sources that the Map uses may also be displayed in the TOC. This property determines whether the data source displays in the TOC.

See Also

© 2010 All Rights Reserved.