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

DataViewTableLayoutSettings Class

Contains settings related to a ASPxDataView control’s table layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DataViewTableLayoutSettings :
    PropertiesBase

The following members return DataViewTableLayoutSettings objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxDataView.SettingsTableLayout
ASP.NET MVC Extensions DataViewSettings.SettingsTableLayout

Remarks

These settings can be accessed using the ASPxDataView.SettingsTableLayout property.

Implements

See Also