![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ShowFieldAttributes Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : ShowFieldAttributes Property |
Visual Basic (Declaration) | |
---|---|
<PersistenceModeAttribute(PersistenceMode.Attribute)> <ResDescriptionAttribute("Whether the results of this task will have the field attributes.")> <ResCategoryAttribute("Task")> <BrowsableAttribute(True)> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> Public Overridable Property ShowFieldAttributes As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FloatingPanelTask Dim value As Boolean instance.ShowFieldAttributes = value value = instance.ShowFieldAttributes |
C# | |
---|---|
[PersistenceModeAttribute(PersistenceMode.Attribute)] [ResDescriptionAttribute("Whether the results of this task will have the field attributes.")] [ResCategoryAttribute("Task")] [BrowsableAttribute(true)] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] public virtual bool ShowFieldAttributes {get; set;} |
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family