IControlPanelItem
Interface
Represents an interface for a RadGridView control panel item.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public interface IControlPanelItem
Derived Classes:
Properties
Gets the content of the button.
C#
object ButtonContent { get; }
The content of the button.
ButtonContentTemplate
DataTemplate
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; }
The button tooltip.
ContentTemplate
DataTemplate
Gets or sets a data template that is used to display content.
C#
DataTemplate ContentTemplate { get; }