Skip to main content
A newer version of this page is available. .

BaseView.ShowingDockGuides Event

Allows you to hide and disable individual dock hints.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public event ShowingDockGuidesEventHandler ShowingDockGuides

Event Data

The ShowingDockGuides event's data class is DevExpress.XtraBars.Docking2010.Views.ShowingDockGuidesEventArgs.

Remarks

The event fires when you drag a dock object. Dock hints are displayed while dragging, helping an end-user decide where to drop the object.

The ShowingDockGuides event allows you to disable individual dock guides, according to your logic. This can be accomplished via the methods provided by the event’s e.Configuration parameter.

See Also