TcxTreeListBandRow.MinWidth Property
In This Article
Returns the minimum width of the current band row, in pixels.
#Declaration
Delphi
property MinWidth: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
This property returns the sum of MinWidth property values of all visible columns arranged within the current band row. To get the band row’s width, use the Width property.
See Also