TcxGridColumnHeaderViewInfo.MinWidth Property
The minimum permitted width for the column, in pixels.
Declaration
property MinWidth: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use this property to obtain the minimum permitted width for the column. The width depends on the column style and the width of the cell’s content. Use the MaxWidth property to obtain the maximum width permitted for the column.
See Also