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