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

TcxGridWinExplorerViewOptionsDisplayMode.RecordWidth Property

Specifies the width of the WinExplorer View’s record, in pixels.

#Declaration

Delphi
property RecordWidth: Integer read; write; default cxGridWinExplorerViewDefaultRecordWidth;

#Property Value

Type Default
Integer cxGridWinExplorerViewDefaultRecordWidth

#Remarks

-1 set to this property indicates that the width is determined based on the record’s content (image, text, description, and check box) displayed in currently active mode. Otherwise, the specified width is applied to all records in the View.

#Default Value

The RecordWidth property’s default value is cxGridWinExplorerViewDefaultRecordWidth.

See Also