XTPColumnBestFitMode Enumeration
Description
Column best fit modes.
Members
| Member | Description |
|---|---|
| xtpBestFitModeVisibleData | Fit by visible column data. This means that the column will only use the data in the visible columns to determine the best fit. |
| xtpBestFitModeAllData | Fit by all column data. This means that the column will use the data in all columns to determine the best fit. |
Remarks
The BestFitMode property uses values from this enumeration to set the column's best fit mode. This will resize the column to the width of the longest item for only the visible rows or for all rows.
This will be the mode used when the BestFit method is called.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.