Class FileBrowserTabControl
Represents a RadTabControl control for displaying the different layout views of files and folders in the Rad
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 File
Declaration
public FileBrowserTabControl()
Fields
TabStripVisibilityProperty
Identifies the TabStripVisibility dependency property.
Declaration
public static readonly DependencyProperty TabStripVisibilityProperty
Field Value
System.
|
Properties
TabStripVisibility
Gets or sets the visibility of the tab strip.
Declaration
public Visibility TabStripVisibility { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes
(such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |