ClassCardViewControlPanelItem
Class
Default implementation of the IControlPanelItem interface.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardViewControlPanelItem : IControlPanelItem
Inheritance: objectCardViewControlPanelItem
Implements:
Constructors
CardViewControlPanelItem()
Declaration
cs-api-definition
public CardViewControlPanelItem()
Properties
ButtonContent
Gets the content of the button.
Declaration
cs-api-definition
public object ButtonContent { get; set; }
Property Value
The content of the button.
Implements
ButtonContentTemplate
Gets or sets a data template that is used to display button's content.
Declaration
cs-api-definition
public DataTemplate ButtonContentTemplate { get; set; }
Property Value
DataTemplate
Implements
ButtonTooltip
Gets the button tooltip.
Declaration
cs-api-definition
public string ButtonTooltip { get; set; }
Property Value
The button tooltip.
Implements
Content
Gets the content.
Declaration
cs-api-definition
public object Content { get; set; }
Property Value
The content.
Implements
ContentTemplate
Gets or sets a data template that is used to display content.
Declaration
cs-api-definition
public DataTemplate ContentTemplate { get; set; }
Property Value
DataTemplate
Implements