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

TcxvgOptionsView.ValueMinWidth Property

Specifies the minimum width of data cells in pixels.

#Declaration

Delphi
property ValueMinWidth: Integer read; write; default 40;

#Property Value

Type Default Description
Integer 40

The minimum data cell width, in pixels.

#Remarks

Use this property to set the minimum width of data cells.

Use the ValueMinWidth property to specify the minimum width of data cells in pixels. If the value of the TcxvgOptionsBehavior.BandSizing property is True and the value of the TcxVirtualVerticalGrid.LayoutStyle property is lsMultiRecordView the user can drag the right edge of the first data column to resize the width of all data columns in the grid. In this case the user couldn’t resize the data columns less than specified by the ValueMinWidth.

If you attempt to assign the ValueWidth property value less than specified by the ValueMinWidth property the value of the ValueMinWidth property will be assigned.

The default ValueMinWidth property value is 40.

See Also