Back to Devexpress

CardViewFlowLayoutSettings Class

aspnet-devexpress-dot-web-166a3a74.md

latest2.0 KB
Original Source

CardViewFlowLayoutSettings Class

Contains settings that relate to the CardView’s flow layout.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewFlowLayoutSettings :
    CardViewDivBasedLayoutSettings
vb
Public Class CardViewFlowLayoutSettings
    Inherits CardViewDivBasedLayoutSettings

The following members return CardViewFlowLayoutSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardViewPagerSettings.SettingsFlowLayout
ASP.NET MVC ExtensionsCardViewPagerState.SettingsFlowLayout

Remarks

A CardViewFlowLayoutSettings instance can be accessed via the ASPxCardViewPagerSettings.SettingsFlowLayout property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase CardViewDivBasedLayoutSettings CardViewFlowLayoutSettings BootstrapCardViewFlowLayoutSettings

See Also

CardViewFlowLayoutSettings Members

DevExpress.Web Namespace