TcxTreeListBandRows.RowMaxWidth Property
In This Article
Returns the maximum possible width of band rows within the current collection, in pixels.
#Declaration
Delphi
property RowMaxWidth: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property value is calculated as the maximum Width property value of all band rows, contained in the Items collection.
See Also