Back to Devexpress

TdxListColumn.Width Property

vcl-dxlistview-dot-tdxlistcolumn.md

latest700 B
Original Source

TdxListColumn.Width Property

Specifies the column’s width.

Declaration

delphi
property Width: Integer read; write; default DefaultColumnWidth;

Property Value

TypeDescription
Integer

A column width, in pixels.

|

Remarks

Note

You can use the column’s MinWidth and MaxWidth properties to set constraints for the column width.

See Also

TdxListColumn Class

TdxListColumn Members

dxListView Unit