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
ActionLinkProperty
Identifies the ActionLink property.
Declaration
public static readonly DependencyProperty ActionLinkProperty
Field Value
DependencyProperty
ButtonTextProperty
Identifies the ButtonText property.
Declaration
public static readonly DependencyProperty ButtonTextProperty
Field Value
DependencyProperty
MessageIconProperty
Identifies the SemanticIcon property.
Declaration
public static readonly DependencyProperty MessageIconProperty
Field Value
DependencyProperty
MessageProperty
Identifies the Message property.
Declaration
public static readonly DependencyProperty MessageProperty
Field Value
DependencyProperty
SecondaryActionKeywordProperty
Identifies the SecondaryActionKeyword property.
Declaration
public static readonly DependencyProperty SecondaryActionKeywordProperty
Field Value
DependencyProperty
SecondaryActionLinkProperty
Identifies the SecondaryActionLink property.
Declaration
public static readonly DependencyProperty SecondaryActionLinkProperty
Field Value
DependencyProperty
SecondaryActionMessageProperty
Identifies the SecondaryActionMessage property.
Declaration
public static readonly DependencyProperty SecondaryActionMessageProperty
Field Value
DependencyProperty
TitleProperty
Identifies the Title property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
ActionLink
Gets or sets the call-to-action link.
ButtonText
Gets or sets the action button text.
Message
Gets or sets the message text.
MessageIcon
Gets or sets the message icon.
Declaration
public SemanticIcon MessageIcon { get; set; }
Property Value
SemanticIcon
SecondaryActionKeyword
Gets or sets the secondary action keyword to be displayed as a hyperlink.
Declaration
public string SecondaryActionKeyword { get; set; }
Property Value
SecondaryActionLink
Gets or sets the secondary action link.
SecondaryActionMessage
Gets or sets the secondary action message text.
Declaration
public string SecondaryActionMessage { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()