ASPxGridViewSettings.UseFixedTableLayout Property
Gets or sets whether the ASPxGridView’s width can be changed by a browser to display the entire content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Use |
---|---|
ASPx |
|
Grid |
|
#Remarks
If the UseFixedTableLayout option is enabled, the fixed table layout algorithm is used (the grid’s table is rendered with the table-layout: fixed attribute). In this instance, the table’s horizontal layout does not depend on the contents of its cells. It only depends on the table’s width, and the width of the columns. So, you must manually specify the widths of the ASPxGridView and its columns.
Note
The Use