Class
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:

cs-api-definition
public class TrialMessageBanner : UserControl, IComponentConnector

Inheritance: objectTrialMessageBanner

Implements: IComponentConnector

Constructors

TrialMessageBanner()

Initializes a new instance of the TrialMessageBanner class.

Declaration

cs-api-definition
public TrialMessageBanner()

Fields

ActionLinkProperty

Identifies the ActionLink property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActionLinkProperty

Field Value

DependencyProperty

ButtonTextProperty

Identifies the ButtonText property.

Declaration

cs-api-definition
public static readonly DependencyProperty ButtonTextProperty

Field Value

DependencyProperty

MessageIconProperty

Identifies the SemanticIcon property.

Declaration

cs-api-definition
public static readonly DependencyProperty MessageIconProperty

Field Value

DependencyProperty

MessageProperty

Identifies the Message property.

Declaration

cs-api-definition
public static readonly DependencyProperty MessageProperty

Field Value

DependencyProperty

SecondaryActionKeywordProperty

Identifies the SecondaryActionKeyword property.

Declaration

cs-api-definition
public static readonly DependencyProperty SecondaryActionKeywordProperty

Field Value

DependencyProperty

SecondaryActionLinkProperty

Identifies the SecondaryActionLink property.

Declaration

cs-api-definition
public static readonly DependencyProperty SecondaryActionLinkProperty

Field Value

DependencyProperty

SecondaryActionMessageProperty

Identifies the SecondaryActionMessage property.

Declaration

cs-api-definition
public static readonly DependencyProperty SecondaryActionMessageProperty

Field Value

DependencyProperty

TitleProperty

Identifies the Title property.

Declaration

cs-api-definition
public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

Gets or sets the call-to-action link.

Declaration

cs-api-definition
public string ActionLink { get; set; }

Property Value

string

ButtonText

Gets or sets the action button text.

Declaration

cs-api-definition
public string ButtonText { get; set; }

Property Value

string

Message

Gets or sets the message text.

Declaration

cs-api-definition
public string Message { get; set; }

Property Value

string

MessageIcon

Gets or sets the message icon.

Declaration

cs-api-definition
public SemanticIcon MessageIcon { get; set; }

Property Value

SemanticIcon

SecondaryActionKeyword

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

Declaration

cs-api-definition
public string SecondaryActionKeyword { get; set; }

Property Value

string

Gets or sets the secondary action link.

Declaration

cs-api-definition
public string SecondaryActionLink { get; set; }

Property Value

string

SecondaryActionMessage

Gets or sets the secondary action message text.

Declaration

cs-api-definition
public string SecondaryActionMessage { get; set; }

Property Value

string

Title

Gets or sets the title text.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

Declaration

cs-api-definition
public void InitializeComponent()