Represents the arguments associated with a DockTabStripNeeded event.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class DockTabStripNeededEventArgs : EventArgs
Inheritance: objectEventArgsDockTabStripNeededEventArgs
Inherited Members
Constructors
Initializes a new instance of the DockTabStripNeededEventArgs class.
Properties
Gets the DockType of the needed strip.
If the value is ToolWindow then a ToolTabStrip instance is needed.
If the value is Document then a DocumentTabStrip instance is needed.
public DockType DockType { get; }
Determines whether the ShowItemCloseButton will be true for the associated DockTabStrip instance.
public bool? ShowCloseButton { get; set; }
Determines whether the ShowItemPinButton will be true for the associated DocumentTabStrip instance. Works only for DocumentTabStrip.
public bool? ShowPinButton { get; set; }
Gets or sets the DockTabStrip instance to be used.
public DockTabStrip Strip { get; set; }
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
public TabStripAlignment TabStripAlignment { get; set; }
Gets or sets the alignment of the TabStripElement within the TabStrip instance.
public TabStripTextOrientation TabStripTextOrientation { get; set; }
Determines whether the TabStripElement should be visible.
public bool? TabStripVisible { get; set; }