ESRI.ArcGIS.ADF.Web.UI.WebControls
TextCellAttributes Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : TextCellAttributes Property




Attributes to add to the cell that contains the Text for the node.

Syntax

Visual Basic (Declaration) 
Public Property TextCellAttributes As SerializableStringDictionary
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As SerializableStringDictionary
 
instance.TextCellAttributes = value
 
value = instance.TextCellAttributes
C# 
public SerializableStringDictionary TextCellAttributes {get; set;}

See Also

© 2010 All Rights Reserved.