Class DialogHelper
Represents the dialog helper class.
Inheritance
System.Object
DialogHelper
Namespace: Telerik.Windows.Controls.FixedDocumentViewersUI.Dialogs
Assembly: Telerik.Windows.Controls.FixedDocumentViewersUI.dll
Syntax
public static class DialogHelper : Object
Fields
SignatureDateFormat
Signature date format.
Declaration
public const string SignatureDateFormat = "yyyy/MM/dd HH:mm:ss zzz"
Field Value
System.String
|
Methods
GetParentWindow(RadPdfViewer)
Gets the parent window.
Declaration
public static ContentControl GetParentWindow(RadPdfViewer pdfViewer)
Parameters
RadPdfViewer
pdfViewer
The PDF viewer. |
Returns
System.Windows.Controls.ContentControl
|