ClassControlPanelItem
Class
Default implementation of the IControlPanelItem interface.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class ControlPanelItem : IControlPanelItem
Inheritance: objectControlPanelItem
Implements:
Constructors
ControlPanelItem()
Declaration
cs-api-definition
public ControlPanelItem()
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