Skip to main content

TablePropertiesBase Interface

Container for table characteristics used to specify default table properties.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface TablePropertiesBase

#Returned By

The Document.DefaultTableProperties property returns an instance of TablePropertiesBase.

#Remarks

Use the Document.DefaultTableProperties property to specify default table characteristics used in the document.

See Also