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.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class TrialMessageBanner : UserControl, IComponentConnector
Inheritance: objectTrialMessageBanner
Implements:
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.
ActionLink
Gets or sets the action link.
ActionMessage
Gets or sets the action message text.
Message
Gets or sets the message text.
MessageIcon
Gets or sets the message icon.
Declaration
public MessageIcon MessageIcon { get; set; }
Property Value
MessageIcon
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()