Version

DefaultText Property (NavItemBinding)

Returns or sets a string value that is used to populate the Text property of an Item or Node.
Syntax
'Declaration
 
Public Property DefaultText As String
public string DefaultText {get; set;}
Remarks
Using this property, Nodes that are matched to this DataBinding.DataMember and Level values can have their Text properties set to a constant value. This would apply to nodes that behave as headings for their children which display the actual data values using a different Binding. The Text property will be set to the Default value only when the DataSource TextField value is null or empty. If the TextField property is not specified, then all nodes will be set to the DefaultText value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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