Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TableOptions Class

Represents the class containing miscellaneous table options.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[ComVisible(true)]
public class TableOptions :
    RichEditNotificationOptions

Remarks

An instance of the TableOptions class is accessible via the RichEditControlOptionsBase.TableOptions property.

See Also