ASPxDataView.SettingsTableLayout Property
In This Article
Provides access to the ASPxDataView‘ table layout settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DataViewTableLayoutSettings SettingsTableLayout { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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