Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridCustomRowLayoutOptions.MinValueWidth Property

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 MinValueWidth property value is ignored if the in-place Edit form or a Table View row’s layout 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 every time it changes.

The MinValueWidth property’s default value is 80.

See Also