ESRI.ArcGIS.ADF.ArcGISServer.Editor
EditAttributesTitle Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : EditAttributesTitle Property




The title bar text of the editor panel used for editing the attributes of features.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The title bar text of the editor panel used for editing the attributes of features.")>
<BrowsableAttribute(True)>
<ResCategoryAttribute("Editing Panels")>
<PersistenceModeAttribute()>
<DefaultValueAttribute()>
Public Property EditAttributesTitle As String
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As String
 
instance.EditAttributesTitle = value
 
value = instance.EditAttributesTitle
C# 
[ResDescriptionAttribute("The title bar text of the editor panel used for editing the attributes of features.")]
[BrowsableAttribute(true)]
[ResCategoryAttribute("Editing Panels")]
[PersistenceModeAttribute()]
[DefaultValueAttribute()]
public string EditAttributesTitle {get; set;}

See Also

© 2010 All Rights Reserved.