Custom RadBreadcrumb in order to meet the needs of FileDialogs.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
C#
public sealed class FileDialogsBreadcrumb : RadBreadcrumb
Inheritance: objectRadBreadcrumbFileDialogsBreadcrumb
Inherited Members
Constructors
Initializes a new instance of the FileDialogsBreadcrumb class.
C#
public FileDialogsBreadcrumb()
Methods
Applies the template for the RadBreadcrumb.
C#
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
C#
protected override void OnKeyUp(KeyEventArgs e)
Events
Occurs when the Exception is raised.
C#
public event EventHandler<FileBrowserExceptionRaisedEventArgs> ExceptionRaised