CardViewPagerState.SettingsFlowLayout Property
In This Article
Provides access to the pager’s layout flow mode settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CardViewFlowLayoutSettings SettingsFlowLayout { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#Remarks
If the CardViewSettings.Settings.LayoutMode (see ASPxCardViewSettings.LayoutMode) property value is set to Flow, data items flow one after another, to fill the available page area. In this case, the SettingsFlowLayout property contains the layout settings related to the pager.
See Also