Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / TextRow Class / Text Property


In This Topic
    Text Property (TextRow)
    In This Topic
    Gets or sets the text of the TextRow.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The text of the TextRow object.")>
    <CategoryAttribute("Appearance")>
    <AmbientValueAttribute("")>
    <LocalizableAttribute(True)>
    <ApplyToDesignerAttribute(True)>
    Public Property Text As String
    'Usage
     
    Dim instance As TextRow
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    [Description("The text of the TextRow object.")]
    [Category("Appearance")]
    [AmbientValue("")]
    [Localizable(true)]
    [ApplyToDesigner(true)]
    public string Text {get; set;}

    Property Value

    A value representing the text of the TextRow.
    Remarks

    To reset the value of the Text property to its default value, DefaultText, the ResetText method must be called or the Text property set to 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