Class
OfficeNavigationBarDialog

Represents the content of a Navigation Options dialog.

Definition

Namespace:Telerik.Windows.Controls.OfficeNavigationBar

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class OfficeNavigationBarDialog : Control

Inheritance: objectOfficeNavigationBarDialog

Constructors

OfficeNavigationBarDialog()

Declaration

cs-api-definition
public OfficeNavigationBarDialog()

Methods

OnApplyTemplate()

Called when the template is applied to the OfficeNavigationBarDialog.

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.