Back to Devexpress

TableOptions Class

officefileapi-devexpress-dot-xtrarichedit-8377dc94.md

latest1.8 KB
Original Source

TableOptions Class

Represents the class containing miscellaneous table options.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class TableOptions :
    RichEditNotificationOptions
vb
<ComVisible(True)>
Public Class TableOptions
    Inherits RichEditNotificationOptions

The following members return TableOptions objects:

Remarks

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

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions TableOptions

See Also

TableOptions Members

TableOptions

DevExpress.XtraRichEdit Namespace