Skip to main content

CardViewPagerState.SettingsFlowLayout Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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