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

TcxTreeListBandRow.LineOffset Property

Returns the text line at which the current band row is positioned.

#Declaration

Delphi
property LineOffset: Integer read;

#Property Value

Type
Integer

#Remarks

The property value is determined as the sum of the LineCount property values of band rows preceding the current band row.

The following image shows three band rows and their LineOffset property values.

See Also