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

ASPxDataView.SettingsTableLayout Property

Provides access to the ASPxDataViewtable layout settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public DataViewTableLayoutSettings SettingsTableLayout { get; }

Property Value

Type Description
DataViewTableLayoutSettings

A DataViewTableLayoutSettings object that contains the layout settings.

Remarks

When the ASPxDataView.Layout property is set to Table, the data items are organized in a table with a fixed row and column count. Use the SettingsTableLayout property to access the table layout settings.

See Also