ClassExpanderElementNames
Class
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
ContentControl
The content control name.
ToggleButtonName
The toggle button name.
Declaration
cs-api-definition
public const string ToggleButtonName = "HeaderButton"
Field Value