Back to Devexpress

TablePropertiesBase Members

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

latest3.1 KB
Original Source

TablePropertiesBase Members

Container for table characteristics used to specify default table properties and table style characteristics.

Properties

NameDescription
BottomPaddingGets or sets the Table.BottomPadding table property.
LeftPaddingGets or sets the Table.LeftPadding table property.
RightPaddingGets or sets the Table.RightPadding table property.
RightToLeftTableLayoutSpecifies whether to change the table layout’s direction to right-to-left.
TableAlignmentGets or sets the Table.TableAlignment table property.
TableBackgroundColorGets or sets the Table.TableBackgroundColor table property.
TableBordersProvides access to the TableBorders interface exposing table border properties.
TableCellSpacingGets or sets the Table.TableCellSpacing table property.
TableLayoutGets or sets the Table.TableLayout table property.
TopPaddingGets or sets the Table.TopPadding table property.

Methods

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

See Also

TablePropertiesBase Interface

DevExpress.XtraRichEdit.API.Native Namespace