Skip to main content
Tab

CardViewTableLayoutSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CardViewTableLayoutSettings :
    ASPxGridSettingsBase

The following members return CardViewTableLayoutSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxCardViewPagerSettings.SettingsTableLayout
ASP.NET MVC Extensions CardViewPagerState.SettingsTableLayout

Remarks

A CardViewTableLayoutSettings instance can be accessed via the ASPxCardViewPagerSettings.SettingsTableLayout property.

Implements

Inheritance

See Also