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
Initializes a new instance of the FileBrowserTabControl class.
public FileBrowserTabControl()
Fields
TabStripVisibilityProperty
DependencyProperty
Identifies the TabStripVisibility dependency property.
public static readonly DependencyProperty TabStripVisibilityProperty
Properties
TabStripVisibility
Visibility
Gets or sets the visibility of the tab strip.
public Visibility TabStripVisibility { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Overrides:
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: