Skip to main content
Tab

ASPxCardViewPagerSettings.SettingsFlowLayout Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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 MVC Extensions CardViewSettings
.SettingsPager .SettingsFlowLayout
ASP.NET Web Forms Controls ASPxCardView
.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