Skip to main content
A newer version of this page is available. .
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.v19.2.dll

Declaration

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

Property Value

Type Default Description
String ",  "

A String value specifying the item separator.

See Also