Class BackstageViewPage
Represents a page on the on which you can add any type of controls.
Inheritance
System.Object
BackstageViewPage
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BackstageViewPage : Panel
Constructors
BackstageViewPage()
Declaration
public BackstageViewPage()
Properties
Anchor
Declaration
public override AnchorStyles Anchor { get; set; }
Property Value
System.Windows.Forms.AnchorStyles
|
Dock
Declaration
public override DockStyle Dock { get; set; }
Property Value
System.Windows.Forms.DockStyle
|
Item
Gets the that this page is attached to.
Declaration
public BackstageTabItem Item { get; }
Property Value
BackstageTabItem
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|