Interface IControlPanelItem
Represents an interface for a RadGridView control panel item.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public interface IControlPanelItem
Properties
ButtonContent
Gets the content of the button.
Declaration
object ButtonContent { get; }
Property Value
System.Object
The content of the button. |
ButtonContentTemplate
Gets or sets a data template that is used to display button's content.
Declaration
DataTemplate ButtonContentTemplate { get; }
Property Value
System.Windows.DataTemplate
|
ButtonTooltip
Gets the button tooltip.
Declaration
string ButtonTooltip { get; }
Property Value
System.String
The button tooltip. |
Content
Gets the content.
Declaration
object Content { get; }
Property Value
System.Object
The content. |
ContentTemplate
Gets or sets a data template that is used to display content.
Declaration
DataTemplate ContentTemplate { get; }
Property Value
System.Windows.DataTemplate
|