Represents an item in the FileBrowserTreeView control.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public class FileBrowserTreeViewItem : RadTreeViewItem, ICommandSource
Inheritance: objectEditableHeaderedItemsControlRadTreeViewItemFileBrowserTreeViewItem
Implements:
Inherited Members
Constructors
public FileBrowserTreeViewItem()
Methods
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
Overrides:
Called to apply the template to the RadTreeViewItem. This method is responsible for performing any necessary operations when the control's visual tree is generated.
public override void OnApplyTemplate()
Overrides:
This method is typically overridden in derived classes to implement custom template application logic.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: