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

TdxGanttControlSheetOptions.RowHeaderWidth Property

Specifies a row header width, in pixels.

#Declaration

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

#Property Value

Type
Integer

#Remarks

Use this property to adjust the width of row headers that display a row number. The minimum RowHeaderWidth property value is declared in the RowHeaderMinWidth protected constant.

The RowHeaderWidth property’s default value is declared in the DefaultRowHeaderWidth protected constant.

See Also