ASPxCardViewPagerSettings.SettingsFlowLayout Property
In This Article
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 |
---|---|
Card |
A Card |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Settings |
---|---|---|
ASP. |
Card |
|
ASP. |
ASPx |
|
#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