Back to Devexpress

ASPxCardViewPagerSettings.SettingsFlowLayout Property

aspnet-devexpress-dot-web-dot-aspxcardviewpagersettings-ab9fcf76.md

latest2.0 KB
Original Source

ASPxCardViewPagerSettings.SettingsFlowLayout Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewFlowLayoutSettings SettingsFlowLayout { get; }
vb
Public ReadOnly Property SettingsFlowLayout As CardViewFlowLayoutSettings

Property Value

TypeDescription
CardViewFlowLayoutSettings

A CardViewFlowLayoutSettings object that contains the layout settings.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to SettingsFlowLayout
ASP.NET MVC ExtensionsCardViewSettings

.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

Card View

ASPxCardViewPagerSettings Class

ASPxCardViewPagerSettings Members

DevExpress.Web Namespace