Skip to main content
A newer version of this page is available. .

CardViewPagerState.SettingsFlowLayout Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public CardViewFlowLayoutSettings SettingsFlowLayout { get; }

Property Value

Type Description
CardViewFlowLayoutSettings

A CardViewFlowLayoutSettings object that contains the layout settings.

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