Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / Text Property


In This Topic
    Text Property (SmartItem)
    In This Topic
    Gets or sets the text associated with this SmartItem.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Gets or sets the text associated with this SmartItem.")>
    <CategoryAttribute("Appearance")>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(False)>
    <LocalizableAttribute(True)>
    Public Property Text As String
    'Usage
     
    Dim instance As SmartItem
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    [Description("Gets or sets the text associated with this SmartItem.")]
    [Category("Appearance")]
    [Browsable(true)]
    [MergableProperty(false)]
    [Localizable(true)]
    public string Text {get; set;}

    Property Value

    The text associated with this SmartItem.
    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