Skip to main content

TablePropertiesMask Enum

Lists the value masks available for table cell properties.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[Flags]
public enum TablePropertiesMask

Members

Name Description
LeftPadding

TablePropertiesBase.LeftPadding

RightPadding

TablePropertiesBase.RightPadding

TopPadding

TablePropertiesBase.TopPadding

BottomPadding

Table.BottomPadding

CellSpacing

TablePropertiesBase.TableCellSpacing

TableIndent

Table.Indent

TableLayout

TablePropertiesBase.TableLayout

TableLook

Table.TableLook

PreferredWidth

Table.PreferredWidth

TableStyleColBandSize

0x200

TableStyleRowBandSize

0x400

LeftBorder

TableBorders.Left

RightBorder

TableBorders.Right

TopBorder

Borders.Top

BottomBorder

TableBorders.Bottom

InsideHorizontalBorder

TableBorders.InsideHorizontalBorder

InsideVerticalBorder

TableBorders.InsideVerticalBorder

BackgroundColor

TablePropertiesBase.TableBackgroundColor

TableAlignment

TablePropertiesBase.TableAlignment

Borders

Table.Borders

RightToLeftTableLayout

TablePropertiesBase.RightToLeftTableLayout

All

Specifies all table properties.

Remarks

A TablePropertiesMask enumeration value is returned by the TablePropertiesBase.Reset property.

See Also