ASPxCardViewPagerSettings.SettingsFlowLayout Property
Provides access to the pager’s layout flow mode settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxCardView |
|
ASP.NET MVC Extensions | CardViewSettings |
|
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