Bar.DockInfo Property
In This Article
Contains information on the position where the bar is docked.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public BarDockInfo DockInfo { get; set; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
For a bar to be docked to the window, it must be associated with a specific bar container. Bar containers can be created implicitly or explicitly. Please refer to the BarContainerControl topic to learn more.
See Also