Class FileBrowserTabControl
Represents a RadTabControl control for displaying the different layout views of files and folders in the RadOpenFileDialog, RadOpenFolderDialog and RadSaveFileDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public class FileBrowserTabControl : RadTabControl, IThemable
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
System.Windows.DependencyProperty
|
Properties
TabStripVisibility
Gets or sets the visibility of the tab strip.
Declaration
public Visibility TabStripVisibility { get; set; }
Property Value
System.Windows.Visibility
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |