ESRI.ArcGIS.ADF.Web.UI.WebControls
ShowFieldAttributes Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : ShowFieldAttributes Property




Whether the results of this task will have the field attributes.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Task")>
<ResDescriptionAttribute("Whether the results of this task will have the field attributes.")>
Public Overridable Property ShowFieldAttributes As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim value As Boolean
 
instance.ShowFieldAttributes = value
 
value = instance.ShowFieldAttributes
C# 
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Task")]
[ResDescriptionAttribute("Whether the results of this task will have the field attributes.")]
public virtual bool ShowFieldAttributes {get; set;}

Remarks

Task results typically contain one or more DataTable items or GraphicsLayer items (which extend DataTable). These tables/features typically contain fields (columns) of attribute data. When ShowFieldAttributes is true, these attribute data are included in the task results, and display as nodes within the a TaskResults when individual features are expanded. If this property is false, no attributes are displayed; only one field for the feature/record is displayed to represent the entire feature or record.

See Also

© 2010 All Rights Reserved.