Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeFormattableSubItem Class / FormatString Property


In This Topic
    FormatString Property (NTreeListNodeFormattableSubItem)
    In This Topic
    Gets/sets the string used to format the item's value.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the string used to format the item's value.")>
    Public Property FormatString As System.String
    'Usage
     
    
    Dim instance As NTreeListNodeFormattableSubItem
    Dim value As System.String
     
    instance.FormatString = value
     
    value = instance.FormatString
    [System.ComponentModel.DefaultValue("")]
    [System.ComponentModel.Description("Gets/sets the string used to format the item's value.")]
    public System.string FormatString {get; set;}
    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