Back to Devexpress

TcxGridWinExplorerViewOptionsDisplayMode.RecordWidth Property

vcl-cxgridwinexplorerview-dot-tcxgridwinexplorerviewoptionsdisplaymode-e52e4e3e.md

latest1.3 KB
Original Source

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

TypeDefault
IntegercxGridWinExplorerViewDefaultRecordWidth

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

TcxGridWinExplorerViewOptionsDisplayMode Class

TcxGridWinExplorerViewOptionsDisplayMode Members

cxGridWinExplorerView Unit