ASPxDataView.SettingsTableLayout Property
Provides access to the ASPxDataView‘ table layout settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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