BarDockInfo.Reset() Method
Resets the current object’s settings (BarDockInfo.Container, BarDockInfo.Row, BarDockInfo.Column and BarDockInfo.Offset).
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v23.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
The method sets the following properties:
- BarDockInfo.Container to null.
- BarDockInfo.Row to 0.
- BarDockInfo.Column to 0.
- BarDockInfo.Offset to 0.
See Also