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.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class TrialMessageBanner : UserControl, IComponentConnector
Inheritance: objectTrialMessageBanner
Implements:
Constructors
Initializes a new instance of the TrialMessageBanner class.
public TrialMessageBanner()
Fields
ActionLinkProperty
DependencyProperty
Identifies the ActionLink property.
public static readonly DependencyProperty ActionLinkProperty
ButtonTextProperty
DependencyProperty
Identifies the ButtonText property.
public static readonly DependencyProperty ButtonTextProperty
MessageIconProperty
DependencyProperty
Identifies the SemanticIcon property.
public static readonly DependencyProperty MessageIconProperty
MessageProperty
DependencyProperty
Identifies the Message property.
public static readonly DependencyProperty MessageProperty
SecondaryActionKeywordProperty
DependencyProperty
Identifies the SecondaryActionKeyword property.
public static readonly DependencyProperty SecondaryActionKeywordProperty
SecondaryActionLinkProperty
DependencyProperty
Identifies the SecondaryActionLink property.
public static readonly DependencyProperty SecondaryActionLinkProperty
SecondaryActionMessageProperty
DependencyProperty
Identifies the SecondaryActionMessage property.
public static readonly DependencyProperty SecondaryActionMessageProperty
TitleProperty
DependencyProperty
Identifies the Title property.
public static readonly DependencyProperty TitleProperty
Properties
Gets or sets the call-to-action link.
public string ActionLink { get; set; }
Gets or sets the action button text.
public string ButtonText { get; set; }
MessageIcon
SemanticIcon
Gets or sets the message icon.
public SemanticIcon MessageIcon { get; set; }
Gets or sets the secondary action keyword to be displayed as a hyperlink.
public string SecondaryActionKeyword { get; set; }
Gets or sets the secondary action link.
public string SecondaryActionLink { get; set; }
Gets or sets the secondary action message text.
public string SecondaryActionMessage { get; set; }
Methods
InitializeComponent
public void InitializeComponent()