TcxGridLayoutViewOptionsView.MinValueWidth Property
In This Article
Specifies the data item’s minimum width, in pixels.
#Declaration
Delphi
property MinValueWidth: Integer read; write; default cxGridLayoutViewDefaultMinValueWidth;
#Property Value
Type | Default | Description |
---|---|---|
Integer | cx |
The data item’s minimum width, in pixels. |
#Remarks
A data item’s width is a sum of the editor and caption widths. Use the MinValueWidth property to set the minimum width for card data items.
Note
The Min
If the Tcx
The MinValueWidth property’s default value is cxGridLayoutViewDefaultMinValueWidth.
See Also