Skip to main content

TcxvgOptionsView.RowHeaderWidth Property

Specifies the width of a row header, in pixels.

Declaration

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