Class ControlPanelItem
Default implementation of the IControlPanelItem interface.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ControlPanelItem : IControlPanelItem
Constructors
ControlPanelItem()
Declaration
public ControlPanelItem()
Properties
ButtonContent
Gets the content of the button.
Declaration
public object ButtonContent { get; set; }
Property Value
System.Object
The content of the button. |
Implements
ButtonContentTemplate
Gets or sets a data template that is used to display button's content.
Declaration
public DataTemplate ButtonContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Implements
ButtonTooltip
Gets the button tooltip.
Declaration
public string ButtonTooltip { get; set; }
Property Value
System.String
The button tooltip. |
Implements
Content
Gets the content.
Declaration
public object Content { get; set; }
Property Value
System.Object
The content. |
Implements
ContentTemplate
Gets or sets a data template that is used to display content.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|