GrapeCity MultiRow Windows Forms Documentation
Text Property (GcMultiRow)


Gets or sets the text associated with this control.
Syntax
<BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<SRDescriptionAttribute("Indicates the text associated with GcMultiRow at run time when the Template property is null.")>
Public Overrides Property Text As String
Dim instance As GcMultiRow
Dim value As String
 
instance.Text = value
 
value = instance.Text
[Bindable(Bindable=false, Direction=BindingDirection.OneWay)]
[DefaultValue()]
[Localizable(true)]
[SRDescription("Indicates the text associated with GcMultiRow at run time when the Template property is null.")]
public override string Text {get; set;}

Property Value

A System.String value that represents the text associated with the control.
Remarks
This property value is displayed in the center of GcMultiRow when the Template property 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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.