Skip to main content
Tab

DataViewTableLayoutSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DataViewTableLayoutSettings :
    PropertiesBase

The following members return DataViewTableLayoutSettings objects:

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

Remarks

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

Implements

See Also