New to Telerik UI for WPFStart a free 30-day trial

Represents the options for table revisions in a document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Revisions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class TableRevisionOptions

Inheritance: objectTableRevisionOptions

Constructors

C#
public TableRevisionOptions()
C#
public TableRevisionOptions(Color color)
Parameters:colorColor

Properties

Represents the options for configuring color settings in table revisions.

C#
public RevisionColor ColorOptions { get; set; }

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

C#
public bool IsEnabled { get; set; }
Property Value:

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