Skip to main content

Document.DefaultTableProperties Property

Provides access to default properties for document tables.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

TablePropertiesBase DefaultTableProperties { get; }

#Property Value

Type Description
TablePropertiesBase

A TablePropertiesBase interface specifying table properties.

See Also