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

TableCellPropertiesBase Properties

Container for table characteristics used to specify table cell characteristics for table styles.
Name Description
CellBackgroundColor Gets or sets the TableCell.BackgroundColor property for the specified cells.
CellBottomPadding Gets or sets the TableCell.BottomPadding property of a table cell.
CellLeftPadding Gets or sets the TableCell.LeftPadding property of a table cell.
CellRightPadding Gets or sets the TableCell.RightPadding property of a table cell.
CellTopPadding Gets or sets the TableCell.TopPadding property of a table cell.
NoWrap Gets or sets whether a text is wrapped in the specified cells.
TableCellBorders Provides access to an object that allows you to specify characteristics for cell borders.
VerticalAlignment Gets or sets the vertical justification of content inside a table cell.
See Also