GrapeCity MultiRow Windows Forms Documentation
DisplayText Property (FilterTreeNode)


Gets or sets the display text.
Syntax
Public Property DisplayText As String
Dim instance As FilterTreeNode
Dim value As String
 
instance.DisplayText = value
 
value = instance.DisplayText
public string DisplayText {get; set;}

Property Value

The display text. The default is a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterTreeNode Class
FilterTreeNode Members

 

 


Copyright © GrapeCity, inc. All rights reserved.