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

SpreadsheetCellOptions.AutoFitMergedCellRowHeight Property

Gets or sets a value indicating whether the row height can be automatically adjusted for cells merged across a row and containing wrapped text. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

#Declaration

public bool AutoFitMergedCellRowHeight { get; set; }

#Property Value

Type Description
Boolean

true, to automatically adjust the height of a row that has cells merged across; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Object Type Path to AutoFitMergedCellRowHeight
SpreadsheetControlOptions
.Cells .AutoFitMergedCellRowHeight

#Remarks

By default, when you merge a cell containing wrapped text with the other cells in a row, the resulting merged cell’s row height cannot be adjusted automatically to accommodate cell content. To avoid this behavior and enable the AutoFit functionality for rows that have cells merged across, set the AutoFitMergedCellRowHeight property to true.

See Also