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

TcxTreeListCustomizing.RowCount Property

Specifies the Customize window’s height, in rows.

#Declaration

Delphi
property RowCount: Integer read; write; default 10;

#Property Value

Type Default
Integer 10

#Remarks

This property only affects the number of headers (either the band headers or column headers) visible in the Customize window, not the total number of headers contained in the window.

If the number of the specified visible headers is less than the number of headers placed in the window, a scrollbar is displayed.

The default value of the RowCount property is 10.

See Also