Back to Devexpress

TabbedView.ShowDockGuidesOnPressingShift Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-afb4b8ef.md

latest3.2 KB
Original Source

TabbedView.ShowDockGuidesOnPressingShift Property

Gets or sets whether an end-user has to press a keyboard Shift key in order to display Dock Guides when dragging a Document within the current TabbedView.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowDockGuidesOnPressingShift { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowDockGuidesOnPressingShift As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true if an end-user has to press a keyboard Shift key in order to display Dock Guides when dragging a Document within the current TabbedView; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

By default, dragging a Document within a TabbedView at runtime displays Dock Guides (see the image below), which remain visible until the Document is docked or released. If the ShowDockGuidesOnPressingShift property equals true , these hints will not be shown unless an end-user presses the keyboard Shift key.

The ShowDockGuidesOnPressingShift property affects united DocumentManager and DockManager docking hints as well, if both of these components are used within an application. See the Interaction with Dock Panels topic to learn more.

See Also

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace