Class DockTabStripNeededEventArgs
Represents the arguments associated with a Dock
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockTabStripNeededEventArgs : EventArgs
Constructors
DockTabStripNeededEventArgs(DockType)
Initializes a new instance of the Dock
Declaration
public DockTabStripNeededEventArgs(DockType type)
Parameters
Dock
|
Properties
DockType
Gets the Dock
Declaration
public DockType DockType { get; }
Property Value
ShowCloseButton
Determines whether the ShowItemCloseButton will be true for the associated DockTabStrip instance.
Declaration
public bool? ShowCloseButton { get; set; }
Property Value
System.
|
ShowPinButton
Determines whether the ShowItemPinButton will be true for the associated DocumentTabStrip instance. Works only for DocumentTabStrip.
Declaration
public bool? ShowPinButton { get; set; }
Property Value
System.
|
Strip
Gets or sets the Dock
Declaration
public DockTabStrip Strip { get; set; }
Property Value
TabStripAlignment
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
Declaration
public TabStripAlignment TabStripAlignment { get; set; }
Property Value
TabStripTextOrientation
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
Declaration
public TabStripTextOrientation TabStripTextOrientation { get; set; }
Property Value
TabStripVisible
Determines whether the TabStripElement should be visible.
Declaration
public bool? TabStripVisible { get; set; }
Property Value
System.
|