Skip to main content
A newer version of this page is available. .
Tab

ASPxSiteMapControl.FlowLayoutMaximumDisplayItems Property

Gets or sets the maximum number of items displayed within a linear flow.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(10)]
public int FlowLayoutMaximumDisplayItems { get; set; }

Property Value

Type Default Description
Int32 10

An integer value specifying the maximum number of displayed items.

Remarks

Use the FlowLayoutMaximumDisplayItems property to control how many items can be displayed in a linear flow when nodes are rendered using a flow layout.

If the FlowLayoutMaximumDisplayItems property is set to a value that is less than the actual number of nodes, a specific ellipsis symbol is displayed at the end of the linear flow.

See Also