TdxListViewReportOptions.AlwaysShowItemImageInFirstColumn Property
Specifies the position of item images in columns.
Declaration
property AlwaysShowItemImageInFirstColumn: Boolean read; write;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, the control draws item images in the leftmost column. If False, the control draws item images to the left of item captions. |
Remarks
Options include:
Value | Example |
---|---|
True | |
False |
The AlwaysShowItemImageInFirstColumn
property’s default value is False
.
See Also