'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;}