DockLocation Enumeration

The dock location for the adapter.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum DockLocation
Members
  Member nameValueDescription
None0 No dock location.
Center1 Center dock.
Left2 Left dock.
Right3 Right dock.
Top4 Top dock.
Bottom5 Bottom dock.
TopLeft6 Top left dock.
TopRight7 Top right dock.
BottomLeft8 Bottom left dock.
BottomRight9 Bottom right dock.
See Also