Skip to main content
A newer version of this page is available. .

CardViewPagerState.SettingsTableLayout Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public CardViewTableLayoutSettings SettingsTableLayout { get; }

Property Value

Type Description
CardViewTableLayoutSettings

A CardViewTableLayoutSettings object that contains the layout settings.

See Also