Back to Devexpress

CardViewTableLayoutSettings Class

aspnet-devexpress-dot-web-93da60e6.md

latest1.8 KB
Original Source

CardViewTableLayoutSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewTableLayoutSettings :
    ASPxGridSettingsBase
vb
Public Class CardViewTableLayoutSettings
    Inherits ASPxGridSettingsBase

The following members return CardViewTableLayoutSettings objects:

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

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase CardViewTableLayoutSettings

See Also

CardViewTableLayoutSettings Members

DevExpress.Web Namespace