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

MultiEditorRowProperties.CellWidth Property

Gets or sets the width of the data cells in a multi-editor row.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 20

An integer value that specifies the width of the data cells in a multi-editor row.

Remarks

Multi-editor rows can contain several row items (MultiEditorRowProperties objects). This allows several cells to be displayed within each record. Use the CellWidth property to specify the width of the data cells that correspond to a specific row item.

See Also