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:
Constructors
Initializes a new instance of the FixedDocumentViewerDialogContext class.
C#
public FixedDocumentViewerDialogContext(FixedDocumentViewerBase fixedDocumentViewer)
The fixed document viewer.
Properties
Gets the fixed document viewer.
C#
public FixedDocumentViewerBase FixedDocumentViewer { get; }
The fixed document viewer.