Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ConditionalTableStyleFormattingTypes Enum

In This Article

Lists table elements to which a style should be applied.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[ComVisible(true)]
[Flags]
public enum ConditionalTableStyleFormattingTypes

#Members

Name Description
WholeTable

Formats the whole table.

FirstRow

Formats the first row of a table.

LastRow

Formats the last row of a table.

FirstColumn

Formats the first column of a table.

LastColumn

Formats the last column of a table.

OddColumnBanding

Formats odd columns of a table.

EvenColumnBanding

Formats even columns of a table.

OddRowBanding

Formats odd rows of a table.

EvenRowBanding

Formats even rows of a table.

TopRightCell

Formats the top right cell of a table.

TopLeftCell

Formats the top left cell of a table.

BottomRightCell

Formats the bottom right cell of a table.

BottomLeftCell

Formats the bottom left cell of a table.

See Also