Back to Devexpress

TableCellPropertiesBase Members

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecellpropertiesbase-dot-underscore-members.md

latest2.8 KB
Original Source

TableCellPropertiesBase Members

Container for table characteristics used to specify table cell characteristics for table styles.

Properties

NameDescription
CellBackgroundColorGets or sets the TableCell.BackgroundColor property for the specified cells.
CellBottomPaddingGets or sets the TableCell.BottomPadding property of a table cell.
CellLeftPaddingGets or sets the TableCell.LeftPadding property of a table cell.
CellRightPaddingGets or sets the TableCell.RightPadding property of a table cell.
CellTopPaddingGets or sets the TableCell.TopPadding property of a table cell.
NoWrapGets or sets whether a text is wrapped in the specified cells.
TableCellBordersProvides access to an object that allows you to specify characteristics for cell borders.
VerticalAlignmentGets or sets the vertical justification of content inside a table cell.

Methods

NameDescription
Reset()Resets the table cell properties to the properties specified by the underlying table style or to default properties.
Reset(TableCellPropertiesMask)Resets the table cell properties specified by the mask to the properties of the underlying table style or to default properties.

See Also

TableCellPropertiesBase Interface

DevExpress.XtraRichEdit.API.Native Namespace