Skip to main content

TableOptions Class

Represents the class containing miscellaneous table options.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public class TableOptions :
    RichEditNotificationOptions

The following members return TableOptions objects:

Remarks

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

See Also