GrapeCity MultiRow Windows Forms Documentation
Text Property (NewRowAlternateText)


Gets or sets a value indicates the text of new row when new row is not current row.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRDescriptionAttribute("Indicates the alternate text of new row when new row is not the current row.")>
Public Property Text As String
Dim instance As NewRowAlternateText
Dim value As String
 
instance.Text = value
 
value = instance.Text
[RefreshProperties(RefreshProperties.Repaint)]
[SRDescription("Indicates the alternate text of new row when new row is not the current row.")]
public string Text {get; set;}

Property Value

A System.String value that indicates the text of new row when new row is not current row. Default is String.Empty.
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

NewRowAlternateText Class
NewRowAlternateText Members

 

 


Copyright © GrapeCity, inc. All rights reserved.