TcxGridRowBaseLayoutItem.MinValueWidth Property
Returns the item’s minimum width.
Declaration
property MinValueWidth: Integer read;
Property Value
Type | Description |
---|---|
Integer | The item’s minimum width, in pixels. |
Remarks
You can use the Table View‘s RowLayout.MinValueWidth property to specify the minimum width for all row layout items.
See Also