Skip to main content

CardViewPagerState.SettingsTableLayout Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CardViewTableLayoutSettings SettingsTableLayout { get; }

Property Value

Type Description
CardViewTableLayoutSettings

A CardViewTableLayoutSettings object that contains the layout settings.

See Also