ASPxSiteMapControl.FlowLayoutMaximumDisplayItems Property
Gets or sets the maximum number of items displayed within a linear flow.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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