GrapeCity MultiRow Windows Forms Documentation
Text Property (SortToolStripItem)


Gets or sets the text that is to be displayed on the item.
Syntax
Public Overrides Property Text As String
Dim instance As SortToolStripItem
Dim value As String
 
instance.Text = value
 
value = instance.Text
public override string Text {get; set;}

Property Value

A string representing the item's text. The default value is the empty string ("").
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

SortToolStripItem Class
SortToolStripItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.