Skip to main content

TcxLookupGridColumn.Fixed Property

Determines whether the width of a column depends on other column settings.

Declaration

property Fixed: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the Fixed property to determine whether the width of a column depends on other column settings. If Fixed is True, the width of a column can be only changed directly via the Width property.

The default value of the Fixed property is False.

See Also