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

TcxvgOptionsBehavior.HeaderSizing Property

Specifies row headers resizing availability.

#Declaration

Delphi
property HeaderSizing: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

The HeaderSizing property specifies whether the user can change row headers width.

If the value of the HeaderSizing is True the user can drag the right edge of the header column to resize row header column width.

The default value of the HeaderSizing property is True.

See Also