TcxGridCustomRowLayoutOptions.MinValueWidth Property
In This Article
Specifies the data item’s minimum width, in pixels.
#Declaration
Delphi
property MinValueWidth: Integer read; write; default cxGridRowLayoutMinValueWidth;
#Property Value
Type | Description |
---|---|
Integer | The data item minimum width, in pixels. |
#Remarks
A data item’s width is a sum of the editor and caption widths. The MinValueWidth property limits the minimum width for data items in the in-place Edit form or a Table View row’s layout.
Note
The Min
If the Tcx
The MinValueWidth property’s default value is 80.
See Also