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

Table Properties
Show Inherited Hide Inherited

A table in a sub-document.
Name Description
AutoFit Returns whether the table automatically adjusts its width to fit content.
BackgroundColor Returns the table’s background color.
Borders Returns the table’s border settings.
CellMargins Returns margin settings of all cells in the table.
ContentHorizontalAlignment Returns the horizontal alignment of content in table cells.
ContentVerticalAlignment Returns the vertical alignment of content in table cells.
Index Returns the table’s index in the table collection.
Interval Gets the text buffer interval that contains the element. Inherited from DocumentElementBase.
ParentCell Returns the cell that contains the current table.
Rows Returns the list of table rows.
StyleName Returns the table style name.
TableStyleOptions Returns style options applied to the table.
Width Returns the table’s width settings.
See Also