TcxGridLayoutViewOptionsView.MinValueWidth Property
Specifies the data item’s minimum width, in pixels.
Declaration
property MinValueWidth: Integer read; write; default cxGridLayoutViewDefaultMinValueWidth;
Property Value
Type | Default | Description |
---|---|---|
Integer | cxGridLayoutViewDefaultMinValueWidth | 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 MinValueWidth property value is ignored if a grid Layout View stretches data items.
If the TcxGrid control is placed on a DPI-aware form (a TdxForm class descendant instance), the MinValueWidth property automatically updates its value according to the form’s scale factor.
The MinValueWidth property’s default value is cxGridLayoutViewDefaultMinValueWidth.
See Also