ClassFileBrowserTabControl
Represents a RadTabControl control for displaying the different layout views of files and folders in the RadOpenFileDialog, RadOpenFolderDialog and RadSaveFileDialog.
Definition
Namespace:Telerik.Windows.Controls.FileDialogs
Assembly:Telerik.Windows.Controls.FileDialogs.dll
Syntax:
public class FileBrowserTabControl : RadTabControl
Inheritance: objectRadTabControlBaseRadTabControlFileBrowserTabControl
Inherited Members
Constructors
FileBrowserTabControl()
Initializes a new instance of the FileBrowserTabControl class.
Declaration
public FileBrowserTabControl()
Fields
TabStripVisibilityProperty
Identifies the TabStripVisibility dependency property.
Declaration
public static readonly DependencyProperty TabStripVisibilityProperty
Field Value
DependencyProperty
Properties
TabStripVisibility
Gets or sets the visibility of the tab strip.
Declaration
public Visibility TabStripVisibility { get; set; }
Property Value
Visibility
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
Declaration
public override void OnApplyTemplate()
Overrides
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