ASPxVerticalGridSettings.RecordWidth Property
Specifies a record’s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | A record width, in pixels. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to RecordWidth |
---|---|---|
ASP.NET Web Forms Controls | ASPxVerticalGrid |
|
ASP.NET MVC Extensions | VerticalGridSettings |
|
Remarks
The RecordWidth
property specifies the width of a ASPxVerticalGrid record.
<dx:ASPxVerticalGrid ID="ASPxVerticalGrid1" runat="server" ...>
<!-- ... -->
<Settings RecordWidth="200" />
<SettingsEditing Mode="Batch" />
</dx:ASPxVerticalGrid>
Note
The RecordWidth
property affects ASPxVerticalGrid when the batch edit mode or horizontal scrolling is enabled.
See Also