Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.TreeView Namespace / Node Class / ExtraText Property


In This Topic
    ExtraText Property
    In This Topic
    Gets or sets the extra text displayed after the text specified in the Xceed.SmartUI.SmartItem.Text property.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The extra text displayed after the text specified in the Text property.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute("")>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(False)>
    <LocalizableAttribute(True)>
    Public Property ExtraText As String
    'Usage
     
    Dim instance As Node
    Dim value As String
     
    instance.ExtraText = value
     
    value = instance.ExtraText
    [Description("The extra text displayed after the text specified in the Text property.")]
    [Category("Appearance")]
    [DefaultValue("")]
    [Browsable(true)]
    [MergableProperty(false)]
    [Localizable(true)]
    public string ExtraText {get; set;}

    Property Value

    A string representing the extra text displayed after the text specified in the Xceed.SmartUI.SmartItem.Text property.
    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