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

Represents an interface for a RadCardView control panel item.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public interface IControlPanelItem

Derived Classes: CardViewControlPanelItem

Properties

Gets the content of the button.

C#
object ButtonContent { get; }
Property Value:

The content of the button.

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

C#
DataTemplate ButtonContentTemplate { get; }

Gets the button tooltip.

C#
string ButtonTooltip { get; }
Property Value:

The button tooltip.

Gets the content.

C#
object Content { get; }
Property Value:

The content.

ContentTemplate

DataTemplate

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

C#
DataTemplate ContentTemplate { get; }