Class
PanelBarElementNames

Represents the PanelBar/PanelBarItem important sub element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class PanelBarElementNames

Inheritance: objectPanelBarElementNames

Fields

ItemHeaderContentPresenterName

The PanelBarItem header content presenter name.

Declaration

cs-api-definition
public const string ItemHeaderContentPresenterName = "Header"

Field Value

string

ItemHeaderRowName

The PanelBarItem header row name.

Declaration

cs-api-definition
public const string ItemHeaderRowName = "HeaderRow"

Field Value

string

ItemsContainerName

The PanelBarItem items container name.

Declaration

cs-api-definition
public const string ItemsContainerName = "ItemsContainer"

Field Value

string