Class TableRevisionOptions
Represents the options for table revisions in a document model.
Inheritance
System.Object
TableRevisionOptions
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableRevisionOptions : Object
Constructors
TableRevisionOptions()
Declaration
public TableRevisionOptions()
TableRevisionOptions(Color)
Declaration
public TableRevisionOptions(Color color)
Parameters
System.Windows.Media.Color
color
|
Properties
ColorOptions
Represents the options for configuring color settings in table revisions.
Declaration
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
public bool IsEnabled { get; set; }
Property Value
System.Boolean
True if the revision options are enabled; otherwise, false. |