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

Default implementation of the IControlPanelItem interface.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class CardViewControlPanelItem : IControlPanelItem

Inheritance: objectCardViewControlPanelItem

Implements: IControlPanelItem

Constructors

C#
public CardViewControlPanelItem()

Properties

Gets the content of the button.

C#
public object ButtonContent { get; set; }
Property Value:

The content of the button.

Implements: IControlPanelItem.ButtonContent

Gets or sets a data template that is used to display button's content.

C#
public DataTemplate ButtonContentTemplate { get; set; }

Implements: IControlPanelItem.ButtonContentTemplate

Gets the button tooltip.

C#
public string ButtonTooltip { get; set; }
Property Value:

The button tooltip.

Implements: IControlPanelItem.ButtonTooltip

Gets the content.

C#
public object Content { get; set; }
Property Value:

The content.

Implements: IControlPanelItem.Content

ContentTemplate

DataTemplate

Gets or sets a data template that is used to display content.

C#
public DataTemplate ContentTemplate { get; set; }

Implements: IControlPanelItem.ContentTemplate