ClassLicensingDialog
A dialog used for displaying licensing information. This class is used internally by the Telerik UI for WPF suite and is not intended to be used directly in your code.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
public class LicensingDialog : Window
Inheritance: objectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementControlContentControlWindowLicensingDialog
Constructors
LicensingDialog()
Initializes a new instance of the LicensingDialog class.
Declaration
public LicensingDialog()
Fields
CaptionProperty
Identifies the Caption property.
Declaration
public static readonly DependencyProperty CaptionProperty
Field Value
DependencyProperty
LinkProperty
Identifies the Link property.
Declaration
public static readonly DependencyProperty LinkProperty
Field Value
DependencyProperty
LinkTextProperty
Identifies the LinkText property.
Declaration
public static readonly DependencyProperty LinkTextProperty
Field Value
DependencyProperty
MessageIconProperty
Identifies the MessageIcon property.
Declaration
public static readonly DependencyProperty MessageIconProperty
Field Value
DependencyProperty
MessageProperty
Identifies the Message property.
Declaration
public static readonly DependencyProperty MessageProperty
Field Value
DependencyProperty
Properties
Caption
Gets or sets the caption.
Declaration
public string Caption { get; set; }
Property Value
string
Link
Gets or sets the link.
Declaration
public Uri Link { get; set; }
Property Value
Uri
LinkText
Gets or sets the link text.
Declaration
public string LinkText { get; set; }
Property Value
string
Message
Gets or sets the message.
Declaration
public string Message { get; set; }
Property Value
string
MessageIcon
Gets or sets the message icon.
Declaration
public string MessageIcon { get; set; }
Property Value
string
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()