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:
Constructors
C#
public CardViewControlPanelItem()
Properties
Gets the content of the button.
C#
public object ButtonContent { get; set; }
The content of the button.
Implements:
ButtonContentTemplate
DataTemplate
Gets or sets a data template that is used to display button's content.
C#
public DataTemplate ButtonContentTemplate { get; set; }
Implements:
Gets the button tooltip.
C#
public string ButtonTooltip { get; set; }
The button tooltip.
Implements:
Gets the content.
C#
public object Content { get; set; }
The content.
Implements:
ContentTemplate
DataTemplate
Gets or sets a data template that is used to display content.
C#
public DataTemplate ContentTemplate { get; set; }
Implements: