Skip to main content

Document.TableStyles Property

Provides access to a collection of styles defined for tables in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

TableStyleCollection TableStyles { get; }

#Property Value

Type Description
TableStyleCollection

A TableStyleCollection object containing table styles.

See Also