Back to Devexpress

DockingEventArgs Properties

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingeventargs-dot-underscore-properties.md

latest2.0 KB
Original Source

DockingEventArgs Properties

Provides data for the DockManager.Docking event.

NameDescription
CancelGets or sets whether the operation performed on the processed panel should be cancelled. Inherited from DockPanelCancelEventArgs.
DockGets a value indicating how the dock panel would be docked to the targeted control.
DragPointGets the mouse pointer’s coordinates relative to the top left corner of the screen.
IndexGets the position of the dock panel within the owning collection.
PanelGets the processed dock panel. Inherited from DockPanelEventArgs.
TargetFormGets the form (or user control) the panel is being docked to.
TargetPanelGets the target panel, which the processed panel is being docked to.
TargetTabbedIdentifies whether the dock panel will be turned into a tab within a tab container if it’s dropped at its current position.

See Also

DockingEventArgs Class

DockingEventArgs Members

DevExpress.XtraBars.Docking Namespace