New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class TrialMessageBanner : UserControl, IComponentConnector

Inheritance: objectTrialMessageBanner

Implements: IComponentConnector

Constructors

Initializes a new instance of the TrialMessageBanner class.

C#
public TrialMessageBanner()

Fields

ActionLinkProperty

DependencyProperty

Identifies the ActionLink property.

C#
public static readonly DependencyProperty ActionLinkProperty

ButtonTextProperty

DependencyProperty

Identifies the ButtonText property.

C#
public static readonly DependencyProperty ButtonTextProperty

MessageIconProperty

DependencyProperty

Identifies the SemanticIcon property.

C#
public static readonly DependencyProperty MessageIconProperty

MessageProperty

DependencyProperty

Identifies the Message property.

C#
public static readonly DependencyProperty MessageProperty

Identifies the SecondaryActionKeyword property.

C#
public static readonly DependencyProperty SecondaryActionKeywordProperty

SecondaryActionLinkProperty

DependencyProperty

Identifies the SecondaryActionLink property.

C#
public static readonly DependencyProperty SecondaryActionLinkProperty

Identifies the SecondaryActionMessage property.

C#
public static readonly DependencyProperty SecondaryActionMessageProperty

TitleProperty

DependencyProperty

Identifies the Title property.

C#
public static readonly DependencyProperty TitleProperty

Properties

Gets or sets the call-to-action link.

C#
public string ActionLink { get; set; }

Gets or sets the action button text.

C#
public string ButtonText { get; set; }

Gets or sets the message text.

C#
public string Message { get; set; }

MessageIcon

SemanticIcon

Gets or sets the message icon.

C#
public SemanticIcon MessageIcon { get; set; }

Gets or sets the secondary action keyword to be displayed as a hyperlink.

C#
public string SecondaryActionKeyword { get; set; }

Gets or sets the secondary action link.

C#
public string SecondaryActionLink { get; set; }

Gets or sets the secondary action message text.

C#
public string SecondaryActionMessage { get; set; }

Gets or sets the title text.

C#
public string Title { get; set; }

Methods

InitializeComponent

C#
public void InitializeComponent()