TcxLookupGridColumn.Width Property
In This Article
Specifies column width.
#Declaration
Delphi
property Width: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use the Width property to specify column width. Using this property is the only way of changing the width of a column if the Fixed property value is True.
See Also