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

Represents context for FixedDocumentViewer dialog instance.

Definition

Namespace:Telerik.Windows.Documents.Fixed.UI.Dialogs

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public abstract class FixedDocumentViewerDialogContext

Inheritance: objectFixedDocumentViewerDialogContext

Derived Classes: FindDialogContextSignSignatureDialogContextSignaturePropertiesDialogContext

Constructors

Initializes a new instance of the FixedDocumentViewerDialogContext class.

C#
public FixedDocumentViewerDialogContext(FixedDocumentViewerBase fixedDocumentViewer)
Parameters:fixedDocumentViewerFixedDocumentViewerBase

The fixed document viewer.

Properties

Gets the fixed document viewer.

C#
public FixedDocumentViewerBase FixedDocumentViewer { get; }
Property Value:

The fixed document viewer.