Skip to main content
A newer version of this page is available. .

MultiEditorRowProperties.CellWidth Property

Gets or sets the width of the current data cell relative to other data cells in the multi-editor row.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

Declaration

[DefaultValue(20)]
[DXCategory("Layout")]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleX)]
public int CellWidth { get; set; }

Property Value

Type Default Description
Int32 20

The relative width of the data cell in the multi-editor row.

Remarks

A multi-editor row can display several items (data cells). The CellWidth property allows you to specify a data cell’s width relative to the widths of other cells in the same row.

The following image demonstrates a multi-editor row with two data cells. The cells have the CellWidth property set to 20 and 40, respectively:

Multi-editor Row - Cell Width

See Also