Class
ControlPanelItem

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: IControlPanelItem

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

object

The content of the button.

Implements IControlPanelItem.ButtonContent

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 IControlPanelItem.ButtonContentTemplate

ButtonTooltip

Gets the button tooltip.

Declaration

cs-api-definition
public string ButtonTooltip { get; set; }

Property Value

string

The button tooltip.

Implements IControlPanelItem.ButtonTooltip

Content

Gets the content.

Declaration

cs-api-definition
public object Content { get; set; }

Property Value

object

The content.

Implements IControlPanelItem.Content

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 IControlPanelItem.ContentTemplate