Skip to main content

DataViewSettings.SettingsTableLayout Property

Provides access to the DataView layout table mode settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DataViewTableLayoutSettings SettingsTableLayout { get; }

Property Value

Type Description
DataViewTableLayoutSettings

A DataViewTableLayoutSettings object that contains the layout settings.

Remarks

When the DataViewSettings.Layout property is set to Table, the content data items are ordered in a table. Use the SettingsTableLayout property to access the table layout settings.

See Also