Class
RadNavigationViewElementNames

Holds the list of the important RadNavigationView element names.

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public class RadNavigationViewElementNames

Inheritance: objectRadNavigationViewElementNames

Constructors

RadNavigationViewElementNames()

Declaration

cs-api-definition
public RadNavigationViewElementNames()

Fields

FlyoutOverlayName

The name of the PART_FlyoutOverlay button.

Declaration

cs-api-definition
public const string FlyoutOverlayName = "PART_FlyoutOverlay"

Field Value

string

PaneRootName

The name of the PART_PaneRoot button.

Declaration

cs-api-definition
public const string PaneRootName = "PART_PaneRoot"

Field Value

string

PaneToggleButtonName

The name of the PaneToggleButton button.

Declaration

cs-api-definition
public const string PaneToggleButtonName = "PaneToggleButton"

Field Value

string

ScrollViewerName

The name of the PART_ScrollViewer button.

Declaration

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

Field Value

string