Class TrialMessageBanner
A banner 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.
Inheritance
Namespace: Telerik.ReportViewer.Wpf
Assembly: Telerik.ReportViewer.Wpf.dll
Syntax
public class TrialMessageBanner : UserControl, IComponentConnector
Constructors
TrialMessageBanner()
Fields
ActionKeywordProperty
Identifies the ActionKeyword property.
Declaration
public static readonly DependencyProperty ActionKeywordProperty
Field Value
|
System.Windows.DependencyProperty
|
ActionLinkProperty
Identifies the ActionLink property.
Declaration
public static readonly DependencyProperty ActionLinkProperty
Field Value
|
System.Windows.DependencyProperty
|
ActionMessageProperty
Identifies the ActionMessage property.
Declaration
public static readonly DependencyProperty ActionMessageProperty
Field Value
|
System.Windows.DependencyProperty
|
MessageIconProperty
Identifies the MessageIcon property.
Declaration
public static readonly DependencyProperty MessageIconProperty
Field Value
|
System.Windows.DependencyProperty
|
MessageProperty
Identifies the Message property.
Declaration
public static readonly DependencyProperty MessageProperty
Field Value
|
System.Windows.DependencyProperty
|
Properties
ActionKeyword
Gets or sets the action keyword.
Declaration
public string ActionKeyword { get; set; }
Property Value
|
System.String
|
ActionLink
Gets or sets the action link.
Declaration
public string ActionLink { get; set; }
Property Value
|
System.String
|
ActionMessage
Gets or sets the action message text.
Declaration
public string ActionMessage { get; set; }
Property Value
|
System.String
|
IsWarning
Gets or sets a value indicating whether the message is a warning.
Declaration
public bool IsWarning { set; }
Property Value
|
System.Boolean
|
Message
Gets or sets the message text.
Declaration
public string Message { get; set; }
Property Value
|
System.String
|
MessageIcon
Gets or sets the message icon.
Declaration
public string MessageIcon { get; set; }
Property Value
|
System.String
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
Close
Raises the Close event.
Declaration
public event RoutedEventHandler Close
Event Type
|
System.Windows.RoutedEventHandler
|