ClassFileBrowserTreeViewItem
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
FileBrowserTreeViewItem()
Declaration
public FileBrowserTreeViewItem()
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
DependencyObject
Overrides
IsItemItsOwnContainerOverride(object)
Determines if the specified item is (or is eligible to be) its own container.
OnApplyTemplate()
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.
Declaration
public override void OnApplyTemplate()
Overrides
Remarks
This method is typically overridden in derived classes to implement custom template application logic.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides