InterfaceIControlPanelItem
Interface
Represents an interface for a RadCardView control panel item.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public interface IControlPanelItem
Properties
ButtonContent
Gets the content of the button.
Declaration
cs-api-definition
object ButtonContent { get; }
Property Value
The content of the button.
ButtonContentTemplate
Gets or sets a data template that is used to display button's content.
Declaration
cs-api-definition
DataTemplate ButtonContentTemplate { get; }
Property Value
DataTemplate
ButtonTooltip
Gets the button tooltip.
Declaration
cs-api-definition
string ButtonTooltip { get; }
Property Value
The button tooltip.
Content
Gets the content.
ContentTemplate
Gets or sets a data template that is used to display content.
Declaration
cs-api-definition
DataTemplate ContentTemplate { get; }
Property Value
DataTemplate