AdapterDockLocation Property |
Gets or sets the dock location.
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 DockLocation DockLocation { get; set; }
Public Property DockLocation As DockLocation
Get
Set
public:
property DockLocation DockLocation {
DockLocation get ();
void set (DockLocation value);
}
member DockLocation : DockLocation with get, set
Property Value
Type:
DockLocation
The dock location.
See Also