Class
ExpanderElementNames

Represents a list of control element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class ExpanderElementNames

Inheritance: objectExpanderElementNames

Fields

CaptionTextBlockName

The expander caption text block name.

Declaration

cs-api-definition
public const string CaptionTextBlockName = "expanderCaption"

Field Value

string

ContentControl

The content control name.

Declaration

cs-api-definition
public const string ContentControl = "Content"

Field Value

string

ToggleButtonName

The toggle button name.

Declaration

cs-api-definition
public const string ToggleButtonName = "HeaderButton"

Field Value

string