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

TcxvgOptionsView.RowHeaderWidth Property

Specifies the width of a row header, in pixels.

#Declaration

Delphi
property RowHeaderWidth: Integer read; write; default 100;

#Property Value

Type Default Description
Integer 100

The row header width, in pixels.

#Remarks

Use this property to adjust the width of row headers. A header’s caption text is clipped if the RowHeaderWidth property value is not sufficient to fit the caption.

The minimum value of this property is determined by the RowHeaderMinWidth property. The maximum RowHeaderWidth property value is limited by the vertical grid’s client area width minus the ValueMinWidth property value.

The default RowHeaderWidth property value is 100.

See Also