Class
ListBoxElementNames

A list of names specific to RadListBox component elements.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class ListBoxElementNames

Inheritance: objectListBoxElementNames

Fields

ListBoxContentPresenterElementName

The PART related to the combobox popup.

Declaration

cs-api-definition
public const string ListBoxContentPresenterElementName = "contentPresenter"

Field Value

string

ListBoxScrollViewerElementName

The PART related to the drop down toggle button.

Declaration

cs-api-definition
public const string ListBoxScrollViewerElementName = "PART_ScrollViewer"

Field Value

string