ClassTrialMessageBanner
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.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
public class TrialMessageBanner : UserControl
Inheritance: objectDispatcherObjectDependencyObjectVisualUIElementFrameworkElementControlContentControlUserControlTrialMessageBanner
Constructors
TrialMessageBanner()
Initializes a new instance of the TrialMessageBanner class.
Declaration
public TrialMessageBanner()
Fields
ActionKeywordProperty
Identifies the ActionKeyword property.
Declaration
public static readonly DependencyProperty ActionKeywordProperty
Field Value
DependencyProperty
ActionLinkProperty
Identifies the ActionLink property.
Declaration
public static readonly DependencyProperty ActionLinkProperty
Field Value
DependencyProperty
ActionMessageProperty
Identifies the ActionMessage property.
Declaration
public static readonly DependencyProperty ActionMessageProperty
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
ActionKeyword
Gets or sets the action keyword.
Declaration
public string ActionKeyword { get; set; }
Property Value
string
ActionLink
Gets or sets the action link.
Declaration
public string ActionLink { get; set; }
Property Value
string
ActionMessage
Gets or sets the action message text.
Declaration
public string ActionMessage { get; set; }
Property Value
string
IsWarning
Gets or sets a value indicating whether the message is a warning.
Declaration
public bool IsWarning { set; }
Property Value
bool
Message
Gets or sets the message text.
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()