Skip to main content
Tab

ASPxSiteMapControl.FlowLayoutItemSeparator Property

Gets or sets the item separator displayed between nodes which are rendered using a flow layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(",  ")]
public string FlowLayoutItemSeparator { get; set; }

Property Value

Type Default Description
String ",  "

A String value specifying the item separator.

See Also