ProcessHiddenCellMode Enum
Lists modes used to specify how to fill the gap of a hidden cell in the XRTable control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Members
Name | Description |
---|---|
LeaveEmptySpace
|
Empty space remains on a hidden cell’s location and other cells are not affected. |
ResizeCellsEqually
|
All visible cells are resized to equally divide the space that a hidden cell reserved. |
ResizeCellsProportionally
|
All visible cells are resized to proportionally divide the space that a hidden cell reserved based on their weights in the whole table width. |
StretchPreviousCell
|
A cell located to the left of the hidden cell is stretched to occupy the available space. If the hidden cell is the first in the row, the next cell is stretched. |
StretchNextCell
|
A cell located to the right of the hidden cell is stretched to occupy the available space. If the hidden cell is the last in the row, the previous cell is stretched. |
DecreaseTableWidth
|
The table width is decreased and visible cells are shifted to a hidden cell’s location without changing their size. |
Remarks
A ProcessHiddenCellMode enumeration value is returned by the XRTable.ProcessHiddenCellMode property.
Review the following help topic for an example of use: Hide Table Cells.