Skip to main content

TcxGridWinExplorerViewOptionsDisplayMode.RecordWidth Property

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

Declaration

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.

The default value of the RecordWidth property is specified by the cxGridWinExplorerViewDefaultRecordWidth global constant.

See Also