Skip to main content

TableOptions Class

Represents the class containing miscellaneous table options.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[ComVisible(true)]
public class TableOptions :
    RichEditNotificationOptions

#Returned By

The RichEditControlOptionsBase.TableOptions property returns an instance of TableOptions.

#Remarks

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

See Also