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

ASPxCardViewPagerSettings.SettingsFlowLayout Property

Provides access to the pager’s layout flow mode settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewFlowLayoutSettings SettingsFlowLayout { get; }

Property Value

Type Description
CardViewFlowLayoutSettings

A CardViewFlowLayoutSettings object that contains the layout settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to SettingsFlowLayout
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsPager.SettingsFlowLayout
CardViewSettings
.SettingsPager.SettingsFlowLayout
CardViewSettings<CardType>
.SettingsPager.SettingsFlowLayout
MVCxCardView
.SettingsPager.SettingsFlowLayout
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPager.SettingsFlowLayout

Remarks

When the ASPxCardViewSettings.LayoutMode property is set to Flow, cards flow one after another. Use the SettingsFlowLayout property to access the flow layout settings.

See Also