ASPxVerticalGridSettings.RecordWidth Property
In This Article
Specifies a record’s width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 Record |
---|---|---|
ASP. |
Vertical |
|
ASP. |
ASPx |
|
#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 Record
property affects ASPx
See Also