Click or drag to resize
SiteMapLevelSettingSeparatorText Property
Gets or sets the separator text that is going to be used to separate nodes in Flow layout mode.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string SeparatorText { 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