ITableCell.Modifier Property
For internal use. Intended to support exporting bricks to some formats.
Namespace: DevExpress.XtraPrinting.Export
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
| Type |
|---|
| BrickModifier |
Available values:
| Name | Description |
|---|---|
| None | This value doesn’t represent any section of the document. It is used when specifying the LinkBase.SkipArea property, to specify that no section should be skipped when creating a document. Note that you can’t create a document using this brick modifier value. |
| Detail | Represents the detail section of the document. |
| DetailHeader | Represents the detail header section of the document. |
| DetailFooter | Represents the detail footer section of the document. |
| ReportHeader | Represents the report header section of the document. |
| ReportFooter | Represents the report footer section of the document. |
| MarginalHeader | Represents the marginal page header section of the document. |
| MarginalFooter | Represents the marginal page footer section of the document. |
| InnerPageHeader | Represents the inner page header section of the document. |
| InnerPageFooter | Represents the inner page footer section of the document. |