SiteMapLevelSettingSeparatorText Property |
Gets or sets the separator text that is going to be used to separate
nodes in Flow layout mode.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string SeparatorText { get; set; }
Public Property SeparatorText As String
Get
Set
public:
property String^ SeparatorText {
String^ get ();
void set (String^ value);
}
member SeparatorText : string with get, set
Property Value
Type:
String
A string value that is used to separate nodes when the LevelSetting layout mode is set to Flow.
See Also