Class
TableRevisionOptions

Represents the options for table revisions in a document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Revisions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class TableRevisionOptions

Inheritance: objectTableRevisionOptions

Constructors

TableRevisionOptions()

Declaration

cs-api-definition
public TableRevisionOptions()

TableRevisionOptions(Color)

Declaration

cs-api-definition
public TableRevisionOptions(Color color)

Parameters

color

Color

Properties

ColorOptions

Represents the options for configuring color settings in table revisions.

Declaration

cs-api-definition
public RevisionColor ColorOptions { get; set; }

Property Value

RevisionColor

IsEnabled

Gets or sets a value indicating whether the revision options for the table are enabled.

Declaration

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

True if the revision options are enabled; otherwise, false.