Back to Devexpress

CardViewPagerState.SettingsFlowLayout Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewpagerstate-31aa68c5.md

latest1.6 KB
Original Source

CardViewPagerState.SettingsFlowLayout Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CardViewFlowLayoutSettings SettingsFlowLayout { get; }
vb
Public ReadOnly Property SettingsFlowLayout As CardViewFlowLayoutSettings

Property Value

TypeDescription
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

Card View

CardViewPagerState Class

CardViewPagerState Members

DevExpress.Web.Mvc Namespace