Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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