Back to Devexpress

Bar.ApplyDockRowCol() Method

windowsforms-devexpress-dot-xtrabars-dot-bar-46199e1c.md

latest1.3 KB
Original Source

Bar.ApplyDockRowCol() Method

Applies changes made by the Bar.DockCol and Bar.DockRow properties.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void ApplyDockRowCol()
vb
Public Overridable Sub ApplyDockRowCol

Remarks

Use this method to apply changes made by the Bar.DockCol and Bar.DockRow properties. Without a ApplyDockRowCol method call, changes do not affect the current bar position.

See Also

DockRow

DockCol

Bar Class

Bar Members

DevExpress.XtraBars Namespace