Class FixedDocumentViewerDialogContext
Represents context for FixedDocumentViewer dialog instance.
Inheritance
System.Object
FixedDocumentViewerDialogContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.UI.Dialogs
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public abstract class FixedDocumentViewerDialogContext
Constructors
FixedDocumentViewerDialogContext(FixedDocumentViewerBase)
Initializes a new instance of the FixedDocumentViewerDialogContext class.
Declaration
public FixedDocumentViewerDialogContext(FixedDocumentViewerBase fixedDocumentViewer)
Parameters
FixedDocumentViewerBase
fixedDocumentViewer
The fixed document viewer. |
Properties
FixedDocumentViewer
Gets the fixed document viewer.
Declaration
public FixedDocumentViewerBase FixedDocumentViewer { get; }
Property Value
FixedDocumentViewerBase
The fixed document viewer. |