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.
Default Value
The RecordWidth
property’s default value is cxGridWinExplorerViewDefaultRecordWidth.
See Also