TcxTreeListBand.DisplayWidth Property
Returns the band’s width on screen, in pixels.
Declaration
property DisplayWidth: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The return value is determined by the combined width of all the band’s child bands and their columns. To specify the band’s width, use its Width property.
See Also