GridColumnDock Property
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public DockStyle Dock { get; set; }
Public Property Dock As DockStyle
	Get
	Set
member Dock : DockStyle with get, set
Return Value
DockStyleOne of the 
DockStyle values. The default is 
None.