BarDockInfo.Reset() Method
In This Article
Resets the current object’s settings (BarDockInfo.Container, BarDockInfo.Row, BarDockInfo.Column and BarDockInfo.Offset).
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.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