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

Represents the decoration for table revision ranges in the Telerik UI for Documents.

Definition

Constructors

C#
public TableRevisionRangesDecoration()

Properties

Gets or sets the name of the table revision ranges decoration.

C#
public override string Name { get; }
Property Value:

A string representing the name of the decoration.

Overrides: DecorationUILayerBase.Name

Methods

Creates the UI boundaries for the specified table cell layout box.

C#
public void CreateBoundariesUI(TableCellLayoutBox cellBox, UILayerUpdateContext context)
Parameters:cellBoxTableCellLayoutBox

The table cell layout box for which to create the boundaries UI.

contextUILayerUpdateContext

The context for the UI layer update.

Updates the view port override for the table revision ranges decoration.

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The context that contains information about the UI layer update.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)